AlgorithmsAndDataStructure

website title image

👉 A Collection of Algorithms And Data Structures in C++ and Python 👈

website title image

github stars github forks code size

open issues closed issues open pull request closed pull request </p>

discord invite last contributions total contributors

- [Introduction](#introduction) - [Data Structures](#data-structures) - [Algorithms](#algorithms) - [Languages](#languages) - [Support](#support) - [Project Progress](#project-progress) - [Contributing](#contributing) - [Authors and acknowledgement](#authors-and-acknowledgement) - [License](#license) - [Maintainers](#maintainers) ## Introduction Data structures & algorithms are an essential part of programming. They both fall under the fundamentals of computer science. Understanding these gives us the advantage of writing better and more efficient code in less time. They are key topics when it comes to acing software engineering interview questions, so as developers, we must have knowledge of data structures and algorithms. :star2: Star it :fork_and_knife:Fork it :handshake: Contribute to it! ## Data Structures In computer science, a data structure is a data organization, management, and storage format that enables efficient access and modification. Data structure is a way or a format in which your data is stored in memory for efficient usage and retrieval. ## Algorithms An algorithm is a set of instructions that are used to accomplish a task, such as finding the largest number in a list, removing all the red cards from a deck of playing cards, sorting a collection of names, or figuring out an average movie rating from just your friends' opinions. Algorithms are not limited to computers. They are like a set of step-by-step instructions or an even a recipe, containing things you need, steps to do, the order to do them, conditions to look for, and expected results. ## Languages - C++ - Python - Java - JavaScript ## Support Check [Contribution](/AlgorithmsAndDataStructure/CONTRIBUTING.md) Guide Before Contribution. ## Contributing Before submitting a bug, please do the following: Check [Contribution](/AlgorithmsAndDataStructure/CONTRIBUTING.md) Guide Before Contribution. - Create separate issues for Python and C++. - You can only work on issues that you have been assigned to. - Use Flake8 locally for linting Python Code. `pip install flake8`. (We have linting checks so if your code fails we will not merge the PR.) ## Authors and acknowledgement Show your appreciation to those who have contributed to the project. ## [License](/AlgorithmsAndDataStructure/LICENSE) For open-source projects, Under [MIT License](/AlgorithmsAndDataStructure/LICENSE). ## Maintainers ### 2023 Team - [Kritika Gupta](https://github.com/Kritika30032002) - [Arjit Goyal](https://github.com/arjit1704) ### 2022 Team - [Deepak Raj](https://github.com/codePerfectPlus) - [Harshit Paneri](https://github.com/harshit-paneri) - [Romil jain](https://github.com/romiljain23) - [Vanshika Sharma](https://github.com/Vanshika2063) ### 2020-2021 Team - [Ayush Modi](https://github.com/hot9cups) - [Deepak Raj](https://github.com/codePerfectPlus) - [ExpressHermes](https://github.com/ExpressHermes) - [Shantanu Kale](https://github.com/SSKale1) - [rex_divakar](https://github.com/rexdivakar) - [Shubham Pawar](https://github.com/shubham5351) ## Contributors ## Stargazers over time [![Stargazers over time](https://starchart.cc/codePerfectPlus/AlgorithmsAndDataStructure.svg)](https://starchart.cc/codePerfectPlus/AlgorithmsAndDataStructure) ## Must Read Articles - [How to Solve Linear Equations with Matrix Inversion](https://codeperfectplus.com/how-to-solve-linear-equations-with-matrix-inversion) - [HackerRank Algorithms Solutions using Python and C++](https://codeperfectplus.com/hackerrank-algorithms-solutions-using-python-and-c-cpp) - [30 Days of Code - HackerRank](https://codeperfectplus.com/category/hackerank-30daysofcode/)

built by developers