Skip to content

RezaGooner/Data-Structure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

30 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation


Data Structures Implementation ๐Ÿ’ป

This repository contains C++ and Java implementations of various fundamental data structures and algorithms to help with understanding their concepts and usage.

๐Ÿ“š Data Structures Included:

  • Linked List
  • Circular Linked List
  • Doubly Circular Linked List
  • Queue
  • Stack
  • Binary Search Tree (BST)
  • Binary Tree (Left & Right Align, ADT)
  • General Tree
  • Trie (Dictionary)

๐Ÿ› ๏ธ Technologies:

  • C++ (Primary language)
  • Java (Secondary language)

๐Ÿš€ How to Use:

Clone or download this repository and explore the code files to see the implementation of each data structure.