Here are the Algorithims Suppported:
- LinearSearch
- BinarySearch,
- BubbleSort,
- InsertionSort,
- SelectionSort,
- QuickSort,
- MergeSort,
- Stack
- Generate your test files:
npx run generate
this will generate all the files where you can practice your DSA 2. Test your algorithms
npm run test <FILE_NAME that you are editing>
- Want Solution for generated Algorithms:
Its somewhere in the source directory search it there
Focus on these nuts :)