Skip to content

neeraj022/Implementation

Repository files navigation

This repository will have various implementation of Data structures using arrays, linked lists, doubly linked lists etc.

Enumerating the implementations:

  1. Stack using arrays
  2. Queue using arrays
  3. Linked List implementation
    3.1) Add two number represented by two linked list. Head point to 1's digit
    3.2) Find the loop start of a faulty circular linked list.
  4. Object based Stack and Queue implementation
    4.1) Sort a stack in ascending order
  5. Binary Search Tree implementation with insert, search, delete
  6. Binary Search Tree with vertical traversal

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages