Skip to content

Commit

Permalink
added in media type for the supplemental section of the linked-lists.…
Browse files Browse the repository at this point in the history
…md file
  • Loading branch information
mai-repo committed Dec 19, 2024
1 parent 1f7cfb8 commit 235e460
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions data-structures/linked-lists.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,8 @@ const LinkedList = require('./linkedlist.js');

### Supplemental Materials

- [MDN web docs | Classes](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes)
- [THat JS Dude | JS: Interview Questions part -4: Stack, Queue, Linked List](https://www.thatjsdude.com/interview/linkedList.html#singlyLinkedList)
- [Geeks for Geeks | Linked List | Set 1 (Introduction)](https://www.geeksforgeeks.org/linked-list-set-1-introduction/)
- [ES6 Implementation](https://gist.github.com/klugjo/a9e9ef98fe879bc2b19b5a2e5947204c)
- [Instantiation Patterns in JavaScript](https://medium.com/dailyjs/instantiation-patterns-in-javascript-8fdcf69e8f9b)
- [MDN web docs | Classes](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes) (Website)
- [That JS Dude | JS: Interview Questions part -4: Stack, Queue, Linked List](https://www.thatjsdude.com/interview/linkedList.html#singlyLinkedList) (Website)
- [Geeks for Geeks | Linked List | Set 1 (Introduction)](https://www.geeksforgeeks.org/linked-list-set-1-introduction/) (Website)
- [ES6 Implementation](https://gist.github.com/klugjo/a9e9ef98fe879bc2b19b5a2e5947204c) (GitHub Gist Code)
- [Instantiation Patterns in JavaScript](https://medium.com/dailyjs/instantiation-patterns-in-javascript-8fdcf69e8f9b) (Article)

0 comments on commit 235e460

Please sign in to comment.