Skip to content

This repo describe how a popular data structure topic is: Doubly Linked List you will find the following methods: -IsEmpty -GetHeadNode -GetTailNode -InsertAtHead -InsertAtEnd -DeleteAtHead -DeleteAtTail -DeleteByValue -PrintList

Notifications You must be signed in to change notification settings

mallam86/SingleLinkedList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SingleLinkedList

This repo describe how a popular data structure topic is: Doubly Linked List you will find the following methods: -IsEmpty -GetHeadNode -GetTailNode -InsertAtHead -InsertAtEnd -DeleteAtHead -DeleteAtTail -DeleteByValue -PrintList

About

This repo describe how a popular data structure topic is: Doubly Linked List you will find the following methods: -IsEmpty -GetHeadNode -GetTailNode -InsertAtHead -InsertAtEnd -DeleteAtHead -DeleteAtTail -DeleteByValue -PrintList

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages