13 Commits

Author SHA1 Message Date
e83b570d44 merge: fixed some spellings (#773)
* fixed some spellings

* Update Data-Structures/Linked-List/SinglyLinkList.js

Co-authored-by: Rak Laptudirm <raklaptudirm@gmail.com>

Co-authored-by: Rak Laptudirm <raklaptudirm@gmail.com>
2021-10-22 13:26:26 +05:30
e18718b7d5 Remove live code & console.log, leave examples as comments. 2021-10-11 14:07:10 +02:00
a3d44ad3e1 Data Structure : remove live code & console.log 2021-10-10 16:11:06 +02:00
1589263947 fixed some spellings 2021-10-05 12:49:23 +05:30
ca4c1a62af style: Fixed most styles (according to standardjs) 2021-05-21 11:16:11 +05:30
c6b95c29e2 Merge pull request #426 from pomkarnath98/rotate-list-right
Added Rotate List Right by k places to the list
2020-10-10 13:02:44 +05:30
35cade3908 Changed Styles as per guidelines 2020-10-06 15:14:39 +05:30
da21e7d326 Added Rotate List Right by k places to the list 2020-10-06 15:09:33 +05:30
b6710baccc add new data structures (Single Circular Linked List) (#400)
* add new data structures (Single Circular Linked List)

* fix standard

* fix standard js

* fix code standard
2020-10-06 12:19:50 +05:30
3ab272da4b Style Changed 2020-10-05 00:00:45 +05:30
e31390f0a0 Added Dummy head to avoid Undefined Error 2020-10-04 23:55:40 +05:30
48c7bab832 Added Cycle Detection Problem in Linkedlist 2020-10-04 23:44:17 +05:30
7ff6b8716f editing file names 2020-05-06 21:07:49 +05:30