erickhgm / code-challenges

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go coding challenges

Source: kotlin-coding-challenges

The 10 Most Important Concepts For Coding Interviews (algorithms and data structures)

  • Big O notation
  • Graph traversals (BFS & DFS)
  • Binary search
  • Sliding window
  • Recursion
  • Inverting a binary tree
  • Reversing a linked list
  • Suffix trees
  • Heaps
  • Dynamic programming
  • Sort algorithms (Quick and Merge)

About


Languages

Language:Go 100.0%