KishorBalgi / DSA-with-c

Data Structures and Algorithms Repository

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DSA

Data Structures and Algorithms Repository.

Pointers :

Structures :

Dynamic Memory Managment:

Linked List :

  • Linked List

    Features :

    • Create List
    • Display List
    • Insert at front
    • Insert at end
    • Insert in order
    • Delete at front
    • Delete at end
    • Search
    • Display count
    • Destroy List

Stacks :

Queues :

About

Data Structures and Algorithms Repository


Languages

Language:C 73.3%Language:C++ 26.7%