RyanDaDeng / data-structure-self-practice

A personal self-learning repo for algorithms.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About this repo

All algorithms.

Notes and More

This will be my own practice repo, initially the repo does not have any solutions. I will practice each problem along with my studying progress.

For each exercise, I will include a readme file with my own personal notes and descriptions.

I might be adding more problems in the furetur once I have completed the course.

Set up

  • ensure that node -v greater than v8.0
  • run npm install -g jest
  • run test e.g. jest fib/test.js --watch

Debug

  • use debugger; to debug the solution
  • remember to call the function after debug
  • go to your function file and run your js, e.g. node inspect index.js
  • use repl to see data

Completed Exercises

(some exercises not listed below (I am lazy...))

About

A personal self-learning repo for algorithms.

License:GNU General Public License v3.0


Languages

Language:JavaScript 88.3%Language:HTML 11.7%