Skip to content

noconnor/katas

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages