Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 735 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 735 Bytes

Katas

Collection of code kata's

  • Strings - Simple string manipulation algorithms
  • Flood Fill - Flood fill example algorithm
  • Search Algorithms - Basic search algorithms (linear, binary, etc)
  • Data Structures - Example standard data structure implementations (hashtable, heap, stack etc)
  • Graph Theory - Overview of basic graph theory concepts and search algorithms (Dijkstra, A*)
  • Tree Theory - Overview of basic tree theory concepts
  • Sort Algorithms - Basic sorting algorithms (bubble, quicksort, mergesort, etc)
  • SQL related links - SQL related documentation & notes