0.0.0 • Published 4 years ago

algoric v0.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

algoric

A Typescript Library for Algorithms and Data-Structures.

This Package is still Under Development.

Documentation will be made Soon.

Data-Structures:

Linear:
  • LinkedList
  • Stack
  • Queue
  • Deque
Trees:
  • BST
  • AVL
Graph
Hashing
Heaps

Algorithms:

Sorting:
  • Bubble
  • Counting
  • Merge
  • Heap
  • Insertion
  • Quick
  • Radix
  • Selection
  • Shell
  • Bucket
Graph:
  • BFS
  • DFS
  • Topological Sort
  • Minimum Spinning Trees(Kruskal, ...)
  • Shortest Path(bfs, dijkstra, ...)
Search:
  • Linear
  • Binary
String
Dynamic Programming
Math