I created this repositor to practice typescript by implementing different data structures and algorithms in my spare time.
Already implemented:
Generic Queue
Generic PriorityQueue
Dependencies:
Jest testing framework.
ts-node to run typescript.
In the project directory, you can run:
Which will run index.ts with example of instantiating Generic class.
Launches the test runner in the interactive watch mode.