Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.01 KB

README.md

File metadata and controls

22 lines (17 loc) · 1.01 KB

The repository is for everybody who wants to learn basic things for developers. Please freely contact and send pull request to me!

Algorithm

  • bubble sort, insertion sort, selection sort, quick sort, heap sort, merge sort, breadth first search, depth first search, binary search, lru, dijkstra, A* (planned)

Concept

  • Bit Manipulation, OOP, Dynamic Programming, Graph(planned)

Cracking the coding interview

Data_Structure

  • LinkedList, Stack, Queue, Binary Tree, DoubleLinkedList(planned), HashMap(planned), HashSet(planned), Bit vector, Trie(planned)

Questions

  • Codility
  • HackerRank
  • bytebybyte
  • kakao
  • etc