daiyanze / linked-list

A tutorial for linked-list by javascript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

linked-list

A tutorial for linked-list by javascript

what is the best scenarios for linked list?

  1. Hard to know the size of your entity
  2. Need to operate insert or delete very often
  3. Dynamic purposes

About

A tutorial for linked-list by javascript

License:MIT License


Languages

Language:JavaScript 100.0%