Week 3 se aage pura complete hh
Welcome to my Data Structures and Algorithms in C++ repository! This repository contains implementations of various data structures and algorithms in the C++ programming language.
In this repository, you'll find various data structures and algorithms implemented in C++. These implementations are meant for educational purposes and can be used as a reference for your own projects.
- Singly Linked List
- Doubly Linked List
- Circular Linked List
- Stack implementation using arrays
- Stack implementation using linked lists
- Queue implementation using arrays
- Queue implementation using linked lists
- Binary Search Tree (BST)
- AVL Tree
- Binary Heap
- Bubble Sort
- Selection Sort
- Insertion Sort
- Merge Sort
- Quick Sort
- Linear Search
- Binary Search
- Fibonacci Series
- Longest Common Subsequence
- Knapsack Problem
Contributions are welcome! Feel free to submit pull requests or open issues if you find any bugs or have suggestions for improvements.
This project is licensed under the MIT License - see the LICENSE file for details.