Skip to content

In this repository i have added data structures codes that includes all the basics concepts to master the concepts of (DSA) in c++ language.

Notifications You must be signed in to change notification settings

ifrazaib/DataStructuresCodes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Data Structures and Algorithms


In this repository, I have compiled all the concepts of data structures that I have learned throughout my semester. This includes fundamental concepts such as:

Abstract Data Types (ADT)

Linked Lists

  • Singly Linked List
  • Doubly Linked List
  • Circular Linked List

Queues (FIFO)

  • Input Restricted Queues

Stacks (LIFO)

Trees

  • Binary Search Trees (BST)
  • AVL Trees

Hashing

  • Linear Hashing
  • Quadratic Probing
  • Double Hashing

Graphs

  • Breadth-First Search (BFS)
  • Depth-First Search (DFS)
All data structures handled with pointers except Simple Array. Some Data structure implemented with different variations.

DSA

About

In this repository i have added data structures codes that includes all the basics concepts to master the concepts of (DSA) in c++ language.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages