Skip to content

obogoni/js-dsa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Structures and Algorithms in JavaScript

A collection of simple implementations of basic data structures and algorithms in JavaScript.

How to run the tests

  1. Install the dependencies
npm install
  1. Run the tests
npm test

Data Structures

  • Doubly linked list
  • Linked list
  • Queue
  • Stack

Algorithms

  • Divide and Conquer
  • Two Pointers
  • Binary Search

Problems

  • Palindrome Check
  • Crystal Balls

License

This project is licensed under the GNU General Public License - see the LICENSE file for details.

About

A repo to study data structures and algorithms while maybe getting better at Javascript

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published