Giter Club home page Giter Club logo

dsa's Introduction

Data Structures and Algorithms Practice in C++

This repository contains my practice code for various Data Structures and Algorithms (DSA) problems implemented in C++.

Overview

In this repository, you'll find implementations of common data structures and algorithms, along with solutions to coding problems from various online platforms like LeetCode, HackerRank, and Codeforces. The primary goal of this repository is to enhance my understanding of fundamental concepts in DSA and improve problem-solving skills.

Table of Contents

Data Structures

This section contains implementations of various data structures such as:

  • Arrays
  • Linked Lists
  • Stacks
  • Queues
  • Trees (Binary Trees, Binary Search Trees, AVL Trees, etc.)
  • Graphs
  • Hash Tables
  • Heaps
  • ... and more

Each data structure is implemented in C++ and includes methods for common operations and algorithms relevant to that data structure.

Algorithms

This section includes implementations of important algorithms, including but not limited to:

  • Searching (Linear Search, Binary Search)
  • Sorting (Bubble Sort, Selection Sort, Insertion Sort, Merge Sort, Quick Sort, Heap Sort, etc.)
  • Dynamic Programming
  • Graph Algorithms (BFS, DFS, Dijkstra's Algorithm, Bellman-Ford, Floyd-Warshall, etc.)
  • ... and more

Coding Problems

This section consists of solutions to coding problems from popular coding platforms such as LeetCode, HackerRank, and Codeforces. Each problem is solved in C++ and includes a brief explanation of the approach used.

Contributing

Contributions are welcome! If you have any improvements, bug fixes, or additional algorithms/coding problems to add, feel free to submit a pull request. Please adhere to the existing code style and structure.

License

This repository is licensed under the MIT License.

dsa's People

Contributors

navharsh avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.