Skip to content

Algorithms And DataStructure Implemented In Python, Java & CPP, Give a Star ๐ŸŒŸIf it helps you

License

Notifications You must be signed in to change notification settings

kavishmshah/AlgorithmsAndDataStructure

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

website title image

๐Ÿ‘‰ A Collection of Algorithm 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

discord invite last contributions total contributors

Anyone Interested in managing the repository for the upcoming HacktoberFest2021, email us at pycontributors@gmail.com

  • Must be a student
  • Must have knowledge of Git Commands ex- branching, merging etc
  • Must have Python/C++ DS and Algo knowledge to review code.

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 Structure and algorithms.

๐ŸŒŸ Star it ๐ŸดFork it ๐Ÿค 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 Guide Before Contribution.

Contributing

Before submitting a bug, please do the following: Check Contribution 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 it we will not merge the PR.)

Authors and acknowledgment

Show your appreciation to those who have contributed to the project.

For open-source projects, Under MIT License.

Maintainers

2023 Team

2022 Team

2020-2021 Team

Contributors

Stargazers over time

Stargazers over time

Must Read Articles

built by developers

About

Algorithms And DataStructure Implemented In Python, Java & CPP, Give a Star ๐ŸŒŸIf it helps you

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 51.7%
  • Python 44.6%
  • JavaScript 2.1%
  • Java 1.6%