Skip to content

interist32/computer-science

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Computer science

My hobby project for Computer Science practice.

Data structures

  • Binary search tree O(log(n))
  • Singly linked list O(n)
  • Stack O(1)
  • Queue Push O(n), Pop O(1)

Sorting algorithms

  • Merge sort O(n log(n))
  • Bubble sort O(n2)
  • Insertion sort O(n2)

Running

Git clone this repo, and install dependencies:

npm install

for running tests run:

npm test

About

My hobby project for Computer Science practice

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published