Skip to content

Commit aa88341

Browse files
Data structures and algorithms in Python
1 parent e6b20aa commit aa88341

File tree

6 files changed

+144
-0
lines changed

6 files changed

+144
-0
lines changed

hashing/README.md

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Data Structures and Algorithms in Python
2+
3+
This [“Data Structures and Algorithms in Python”]( https://www.udemy.com/course/data-structures-algorithms-in-python/?couponCode=GITHUBSTUDENT ) repository is for the students of my online course available on Udemy. It contains the source code of all the programs used in the course.
4+
5+
### About the Course
6+
* Thoroughly detailed course with complete working programs
7+
* Contains lots of animations to help you visualize the concepts
8+
* Includes over 100 Quiz questions
9+
* Builds a solid foundation in Data Structures and Algorithms
10+
* Prepares you for coding interviews
11+
* Lifetime Access
12+
13+
### Courses by [Deepali Srivastava](https://www.udemy.com/user/deepalisrivastava/)
14+
15+
[![data-structures- and-algorithms-in-python](https://user-images.githubusercontent.com/98641125/153196027-592d0307-5130-444f-8527-802634b5cc1e.png)]( https://www.udemy.com/course/data-structures-algorithms-in-python/?couponCode=GITHUBSTUDENT)
16+
[![data-structures- and-algorithms-in-python-2](https://user-images.githubusercontent.com/98641125/153196106-0eb1a386-c36b-4f14-8675-9d865438f882.png)]( https://www.udemy.com/course/data-structures-and-algorithms-in-python-2/?couponCode=GITHUBSTUDENT)
17+
[![python-programming-in-depth](https://user-images.githubusercontent.com/98641125/153196166-45ef8461-adb1-4f9f-b9ee-e482a5ad54a7.png)]( https://www.udemy.com/course/python-programming-in-depth/?couponCode=GITHUBSTUDENT)
18+
[![exception-handling-in-python](https://user-images.githubusercontent.com/98641125/153196201-83c1a210-9c4f-4ba5-a56f-6aa4d4c551b2.png)]( https://www.udemy.com/course/exception-handling-in-python/?couponCode=GITHUBSTUDENT)
19+
[![data-structures- and-algorithms-in-java](https://user-images.githubusercontent.com/98641125/153196280-c2028f4b-d27b-432d-ad5a-9b04be2a3717.png)]( https://www.udemy.com/course/data-structures-and-algorithms-in-java/?couponCode=GITHUBSTUDENT)
20+
[![linux-commands](https://user-images.githubusercontent.com/98641125/153196567-96b3396c-8ee3-4233-b8fc-66c6b3bd830c.png)]( https://www.udemy.com/course/linux-commands/?couponCode=GITHUBSTUDENT)
21+
22+
## Copyright
23+
© Copyright Deepali Srivastava : All rights reserved.
24+
Not to be used for commercial purposes.

linked-list/README.md

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Data Structures and Algorithms in Python
2+
3+
This [“Data Structures and Algorithms in Python”]( https://www.udemy.com/course/data-structures-algorithms-in-python/?couponCode=GITHUBSTUDENT ) repository is for the students of my online course available on Udemy. It contains the source code of all the programs used in the course.
4+
5+
### About the Course
6+
* Thoroughly detailed course with complete working programs
7+
* Contains lots of animations to help you visualize the concepts
8+
* Includes over 100 Quiz questions
9+
* Builds a solid foundation in Data Structures and Algorithms
10+
* Prepares you for coding interviews
11+
* Lifetime Access
12+
13+
### Courses by [Deepali Srivastava](https://www.udemy.com/user/deepalisrivastava/)
14+
15+
[![data-structures- and-algorithms-in-python](https://user-images.githubusercontent.com/98641125/153196027-592d0307-5130-444f-8527-802634b5cc1e.png)]( https://www.udemy.com/course/data-structures-algorithms-in-python/?couponCode=GITHUBSTUDENT)
16+
[![data-structures- and-algorithms-in-python-2](https://user-images.githubusercontent.com/98641125/153196106-0eb1a386-c36b-4f14-8675-9d865438f882.png)]( https://www.udemy.com/course/data-structures-and-algorithms-in-python-2/?couponCode=GITHUBSTUDENT)
17+
[![python-programming-in-depth](https://user-images.githubusercontent.com/98641125/153196166-45ef8461-adb1-4f9f-b9ee-e482a5ad54a7.png)]( https://www.udemy.com/course/python-programming-in-depth/?couponCode=GITHUBSTUDENT)
18+
[![exception-handling-in-python](https://user-images.githubusercontent.com/98641125/153196201-83c1a210-9c4f-4ba5-a56f-6aa4d4c551b2.png)]( https://www.udemy.com/course/exception-handling-in-python/?couponCode=GITHUBSTUDENT)
19+
[![data-structures- and-algorithms-in-java](https://user-images.githubusercontent.com/98641125/153196280-c2028f4b-d27b-432d-ad5a-9b04be2a3717.png)]( https://www.udemy.com/course/data-structures-and-algorithms-in-java/?couponCode=GITHUBSTUDENT)
20+
[![linux-commands](https://user-images.githubusercontent.com/98641125/153196567-96b3396c-8ee3-4233-b8fc-66c6b3bd830c.png)]( https://www.udemy.com/course/linux-commands/?couponCode=GITHUBSTUDENT)
21+
22+
## Copyright
23+
© Copyright Deepali Srivastava : All rights reserved.
24+
Not to be used for commercial purposes.

searching/README.md

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Data Structures and Algorithms in Python
2+
3+
This [“Data Structures and Algorithms in Python”]( https://www.udemy.com/course/data-structures-algorithms-in-python/?couponCode=GITHUBSTUDENT ) repository is for the students of my online course available on Udemy. It contains the source code of all the programs used in the course.
4+
5+
### About the Course
6+
* Thoroughly detailed course with complete working programs
7+
* Contains lots of animations to help you visualize the concepts
8+
* Includes over 100 Quiz questions
9+
* Builds a solid foundation in Data Structures and Algorithms
10+
* Prepares you for coding interviews
11+
* Lifetime Access
12+
13+
### Courses by [Deepali Srivastava](https://www.udemy.com/user/deepalisrivastava/)
14+
15+
[![data-structures- and-algorithms-in-python](https://user-images.githubusercontent.com/98641125/153196027-592d0307-5130-444f-8527-802634b5cc1e.png)]( https://www.udemy.com/course/data-structures-algorithms-in-python/?couponCode=GITHUBSTUDENT)
16+
[![data-structures- and-algorithms-in-python-2](https://user-images.githubusercontent.com/98641125/153196106-0eb1a386-c36b-4f14-8675-9d865438f882.png)]( https://www.udemy.com/course/data-structures-and-algorithms-in-python-2/?couponCode=GITHUBSTUDENT)
17+
[![python-programming-in-depth](https://user-images.githubusercontent.com/98641125/153196166-45ef8461-adb1-4f9f-b9ee-e482a5ad54a7.png)]( https://www.udemy.com/course/python-programming-in-depth/?couponCode=GITHUBSTUDENT)
18+
[![exception-handling-in-python](https://user-images.githubusercontent.com/98641125/153196201-83c1a210-9c4f-4ba5-a56f-6aa4d4c551b2.png)]( https://www.udemy.com/course/exception-handling-in-python/?couponCode=GITHUBSTUDENT)
19+
[![data-structures- and-algorithms-in-java](https://user-images.githubusercontent.com/98641125/153196280-c2028f4b-d27b-432d-ad5a-9b04be2a3717.png)]( https://www.udemy.com/course/data-structures-and-algorithms-in-java/?couponCode=GITHUBSTUDENT)
20+
[![linux-commands](https://user-images.githubusercontent.com/98641125/153196567-96b3396c-8ee3-4233-b8fc-66c6b3bd830c.png)]( https://www.udemy.com/course/linux-commands/?couponCode=GITHUBSTUDENT)
21+
22+
## Copyright
23+
© Copyright Deepali Srivastava : All rights reserved.
24+
Not to be used for commercial purposes.

sorting/README.md

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Data Structures and Algorithms in Python
2+
3+
This [“Data Structures and Algorithms in Python”]( https://www.udemy.com/course/data-structures-algorithms-in-python/?couponCode=GITHUBSTUDENT ) repository is for the students of my online course available on Udemy. It contains the source code of all the programs used in the course.
4+
5+
### About the Course
6+
* Thoroughly detailed course with complete working programs
7+
* Contains lots of animations to help you visualize the concepts
8+
* Includes over 100 Quiz questions
9+
* Builds a solid foundation in Data Structures and Algorithms
10+
* Prepares you for coding interviews
11+
* Lifetime Access
12+
13+
### Courses by [Deepali Srivastava](https://www.udemy.com/user/deepalisrivastava/)
14+
15+
[![data-structures- and-algorithms-in-python](https://user-images.githubusercontent.com/98641125/153196027-592d0307-5130-444f-8527-802634b5cc1e.png)]( https://www.udemy.com/course/data-structures-algorithms-in-python/?couponCode=GITHUBSTUDENT)
16+
[![data-structures- and-algorithms-in-python-2](https://user-images.githubusercontent.com/98641125/153196106-0eb1a386-c36b-4f14-8675-9d865438f882.png)]( https://www.udemy.com/course/data-structures-and-algorithms-in-python-2/?couponCode=GITHUBSTUDENT)
17+
[![python-programming-in-depth](https://user-images.githubusercontent.com/98641125/153196166-45ef8461-adb1-4f9f-b9ee-e482a5ad54a7.png)]( https://www.udemy.com/course/python-programming-in-depth/?couponCode=GITHUBSTUDENT)
18+
[![exception-handling-in-python](https://user-images.githubusercontent.com/98641125/153196201-83c1a210-9c4f-4ba5-a56f-6aa4d4c551b2.png)]( https://www.udemy.com/course/exception-handling-in-python/?couponCode=GITHUBSTUDENT)
19+
[![data-structures- and-algorithms-in-java](https://user-images.githubusercontent.com/98641125/153196280-c2028f4b-d27b-432d-ad5a-9b04be2a3717.png)]( https://www.udemy.com/course/data-structures-and-algorithms-in-java/?couponCode=GITHUBSTUDENT)
20+
[![linux-commands](https://user-images.githubusercontent.com/98641125/153196567-96b3396c-8ee3-4233-b8fc-66c6b3bd830c.png)]( https://www.udemy.com/course/linux-commands/?couponCode=GITHUBSTUDENT)
21+
22+
## Copyright
23+
© Copyright Deepali Srivastava : All rights reserved.
24+
Not to be used for commercial purposes.

stack-and-queue/README.md

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Data Structures and Algorithms in Python
2+
3+
This [“Data Structures and Algorithms in Python”]( https://www.udemy.com/course/data-structures-algorithms-in-python/?couponCode=GITHUBSTUDENT ) repository is for the students of my online course available on Udemy. It contains the source code of all the programs used in the course.
4+
5+
### About the Course
6+
* Thoroughly detailed course with complete working programs
7+
* Contains lots of animations to help you visualize the concepts
8+
* Includes over 100 Quiz questions
9+
* Builds a solid foundation in Data Structures and Algorithms
10+
* Prepares you for coding interviews
11+
* Lifetime Access
12+
13+
### Courses by [Deepali Srivastava](https://www.udemy.com/user/deepalisrivastava/)
14+
15+
[![data-structures- and-algorithms-in-python](https://user-images.githubusercontent.com/98641125/153196027-592d0307-5130-444f-8527-802634b5cc1e.png)]( https://www.udemy.com/course/data-structures-algorithms-in-python/?couponCode=GITHUBSTUDENT)
16+
[![data-structures- and-algorithms-in-python-2](https://user-images.githubusercontent.com/98641125/153196106-0eb1a386-c36b-4f14-8675-9d865438f882.png)]( https://www.udemy.com/course/data-structures-and-algorithms-in-python-2/?couponCode=GITHUBSTUDENT)
17+
[![python-programming-in-depth](https://user-images.githubusercontent.com/98641125/153196166-45ef8461-adb1-4f9f-b9ee-e482a5ad54a7.png)]( https://www.udemy.com/course/python-programming-in-depth/?couponCode=GITHUBSTUDENT)
18+
[![exception-handling-in-python](https://user-images.githubusercontent.com/98641125/153196201-83c1a210-9c4f-4ba5-a56f-6aa4d4c551b2.png)]( https://www.udemy.com/course/exception-handling-in-python/?couponCode=GITHUBSTUDENT)
19+
[![data-structures- and-algorithms-in-java](https://user-images.githubusercontent.com/98641125/153196280-c2028f4b-d27b-432d-ad5a-9b04be2a3717.png)]( https://www.udemy.com/course/data-structures-and-algorithms-in-java/?couponCode=GITHUBSTUDENT)
20+
[![linux-commands](https://user-images.githubusercontent.com/98641125/153196567-96b3396c-8ee3-4233-b8fc-66c6b3bd830c.png)]( https://www.udemy.com/course/linux-commands/?couponCode=GITHUBSTUDENT)
21+
22+
## Copyright
23+
© Copyright Deepali Srivastava : All rights reserved.
24+
Not to be used for commercial purposes.

tree/README.md

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Data Structures and Algorithms in Python
2+
3+
This [“Data Structures and Algorithms in Python”]( https://www.udemy.com/course/data-structures-algorithms-in-python/?couponCode=GITHUBSTUDENT ) repository is for the students of my online course available on Udemy. It contains the source code of all the programs used in the course.
4+
5+
### About the Course
6+
* Thoroughly detailed course with complete working programs
7+
* Contains lots of animations to help you visualize the concepts
8+
* Includes over 100 Quiz questions
9+
* Builds a solid foundation in Data Structures and Algorithms
10+
* Prepares you for coding interviews
11+
* Lifetime Access
12+
13+
### Courses by [Deepali Srivastava](https://www.udemy.com/user/deepalisrivastava/)
14+
15+
[![data-structures- and-algorithms-in-python](https://user-images.githubusercontent.com/98641125/153196027-592d0307-5130-444f-8527-802634b5cc1e.png)]( https://www.udemy.com/course/data-structures-algorithms-in-python/?couponCode=GITHUBSTUDENT)
16+
[![data-structures- and-algorithms-in-python-2](https://user-images.githubusercontent.com/98641125/153196106-0eb1a386-c36b-4f14-8675-9d865438f882.png)]( https://www.udemy.com/course/data-structures-and-algorithms-in-python-2/?couponCode=GITHUBSTUDENT)
17+
[![python-programming-in-depth](https://user-images.githubusercontent.com/98641125/153196166-45ef8461-adb1-4f9f-b9ee-e482a5ad54a7.png)]( https://www.udemy.com/course/python-programming-in-depth/?couponCode=GITHUBSTUDENT)
18+
[![exception-handling-in-python](https://user-images.githubusercontent.com/98641125/153196201-83c1a210-9c4f-4ba5-a56f-6aa4d4c551b2.png)]( https://www.udemy.com/course/exception-handling-in-python/?couponCode=GITHUBSTUDENT)
19+
[![data-structures- and-algorithms-in-java](https://user-images.githubusercontent.com/98641125/153196280-c2028f4b-d27b-432d-ad5a-9b04be2a3717.png)]( https://www.udemy.com/course/data-structures-and-algorithms-in-java/?couponCode=GITHUBSTUDENT)
20+
[![linux-commands](https://user-images.githubusercontent.com/98641125/153196567-96b3396c-8ee3-4233-b8fc-66c6b3bd830c.png)]( https://www.udemy.com/course/linux-commands/?couponCode=GITHUBSTUDENT)
21+
22+
## Copyright
23+
© Copyright Deepali Srivastava : All rights reserved.
24+
Not to be used for commercial purposes.

0 commit comments

Comments
 (0)