Back to Browse

Linked list data structure | singly linked list in TypeScript

1.6K views
Premiered Feb 5, 2020
25:24

A Linked list is a sequential list of the node that holds data that points to another similar node. Linked list is used to implement stack and Queue data structure ( in this video series we will implement Queue using Linked List ). Linked list is used to store data in a hash table in case of collision. In this video, we have implemented a singly linked list in typescript which you can transpile to javascript. To compile the typescript to Javascript, typescript need to be installed in your system. To see your changes please follow below steps 1: run tsc to generate the javaScript code. 2: go to the respective javascript directive. 3: run node fileName.js to run the code Data structure & Algo: http://bit.ly/3c8b7Bh Angular Tutorial: http://bit.ly/2Tnwk1t Dashboard with chart.js: http://bit.ly/3c9Jd85 All about Observable: http://bit.ly/2wVVnBl All about Http call: http://bit.ly/2I3Zcqo Angular Interview: http://bit.ly/2T67jZN Application Development: http://bit.ly/398w7Gf Upload File to server: http://bit.ly/3ccsjWd #DataStructure #LinkedList #SinglyLinkedList GitHub: https://github.com/funOfheuristic/data-structure Slack: http://bit.ly/2RXPcEK You can support me on Patreon: https://www.patreon.com/funofheuristic Thanks for watching...

Download

1 formats

Video Formats

360pmp462.7 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

Linked list data structure | singly linked list in TypeScript | NatokHD