Skip to content

jenlky/kata-for-fun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kata-for-fun

For people who have nothing better to do

This is not course material and has nothing related to the course.

Suggested path for data structure.

  1. queue
  2. stack
  3. fixedLengthQueue
  4. circular queue
  5. linkedList

suggested path for algorithm

  1. binary search

Setup

  npm install

Run

example for running test for Queue only,

   npx jest --testNamePattern="Queue"

if name pattern crashes, you can use in file path

 npx jest dataStructure/queue/queue.test.js

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published