No description
Find a file
2023-10-16 14:00:19 +02:00
src Add pairs iterator for Stack type 2023-10-16 14:00:19 +02:00
.gitignore Initial commit 2023-10-08 19:59:30 +02:00
algo.nimble Initial commit 2023-10-08 19:59:30 +02:00
README.md Initial commit 2023-10-08 19:59:30 +02:00

Need A Name

List of the implemented data structure (or soon)

  • Dynamic array
  • Linked list
  • Hash table
  • Graph
  • Stack
  • Queue

List of the implemented algorithms (or soon)

Search algorithms

  • linear search
  • dichotomie search

Sort algorithms

  • Merge sort
  • Quick sort
  • Insertion sort
  • Selection sort
  • Heap sort
  • Tree sort

Graph algorithms

Search algorithms

  • Breadth-first search
  • Depth-first search

Shortest path algoritms

Minimum Spanning Tree/Forest

Topological sorting

Number theoretic algorithms