Skip to content

Just a repository that helps me learn Datastructures and Algorithms.

Notifications You must be signed in to change notification settings

cetninarius/dsa-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DSA Playground

Just a repository that helps me learn Datastructures and Algorithms.

Modules:

  • Linked list

    • get()
    • getIndex()
    • addAtHead()
    • addAtTail()
    • addAtIndex()
    • deleteAtIndex()
    • hasCycle()
    • detectCycle()
    • removeNthFromEnd()
    • reverseList()
    • delete()
    • deleteAll()
    • length()
    • oddEvenList()
    • isPaliindrome()
    • printList()
  • Doubly linked list

    • get()
    • getIndex()
    • addAtHead()
    • addAtTail()
    • addAtIndex()
    • deleteAtIndex()
    • printList()
  • Circular queue

    • enQueue()
    • deQueue()
    • Front()
    • Rear()
    • isEmpty()
    • isFull()
    • printList()

About

Just a repository that helps me learn Datastructures and Algorithms.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages