Skip to content

Commit 1cbdfde

Browse files
Graph in Java
1 parent 9449c91 commit 1cbdfde

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

Graph/README.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,33 @@
1-
# Advanced Data Structures and Algorithms in Java
1+
# Advanced Data Structures and Algorithms in Java (DSA)
22

3-
This [“Advanced Data Structures and Algorithms in Java”]( https://www.udemy.com/course/data-structures-and-algorithms-in-java-2/?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.
3+
This repository is for the students of my online course. It contains the source code of all the programs used in the course. Students can explore our book [Comprehensive Data Structures and Algorithms In Java](https://www.amazon.in/dp/B0FRFSGB8C) in detail for understanding all concepts and implementation.
4+
5+
[![comprehensive-data-structures-algorithms-java](https://github.com/user-attachments/assets/089277dd-c7d1-4ad8-b634-f2ce65a6dd30)](https://www.amazon.in/dp/B0FRFSGB8C)
46

57
### About the Course
8+
* Instructor - Deepali Srivastava, Author of [Comprehensive Data Structures and Algorithms In Java](https://www.amazon.in/dp/B0FRFSGB8C)
69
* Thoroughly detailed course with complete working programs
710
* Contains lots of animations to help you visualize the concepts
8-
* Includes Graph Algorithms, AVL tree, BTree
11+
* Includes Graph Algorithms, AVL tree, BTree
912
* Builds a solid foundation in Data Structures and Algorithms
1013
* Prepares you for coding interviews
1114
* Lifetime Access
1215

1316
### Courses by [Deepali Srivastava](https://www.udemy.com/user/deepalisrivastava/)
1417

18+
[![data-structures-algorithms-java](https://user-images.githubusercontent.com/96913690/200234744-14a5ed97-085f-44f3-9298-979c2053c580.jpg)](https://coursegalaxy.newzenler.com/courses/data-structures-algorithms-java-masterclass?coupon=GITHUB50)
19+
[![data-structures-algorithms-python](https://user-images.githubusercontent.com/96913690/200234827-86aec10a-bfab-4371-91fc-e2be855ff1ff.jpg)](https://coursegalaxy.newzenler.com/courses/data-structures-algorithms-python-masterclass?coupon=GITHUB50)
20+
[![data-structures-algorithms-c](https://user-images.githubusercontent.com/96913690/200234592-25d33957-0e9e-4cc0-b324-2a73325aca85.jpg)](https://coursegalaxy.newzenler.com/courses/data-structures-algorithms-c-masterclass?coupon=GITHUB50)
21+
[![data-structures-algorithms-csharp](https://user-images.githubusercontent.com/96913690/200234905-67b85dfd-20c4-4f4b-afd2-e10d3568fff8.jpg)](https://coursegalaxy.newzenler.com/courses/data-structures-algorithms-csharp-masterclass?coupon=GITHUB50)
22+
23+
<!---
1524
[![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)
1625
[![data-structures- and-algorithms-in-java-2](https://user-images.githubusercontent.com/98641125/153196347-23003dc0-55b0-4315-8e52-425c51b2b5c4.png)]( https://www.udemy.com/course/data-structures-and-algorithms-in-java-2/?couponCode=GITHUBSTUDENT)
1726
[![data-structures- and-algorithms-in-c-plus-plus](https://user-images.githubusercontent.com/98641125/153196522-2412c993-1055-4322-8487-4133537566c9.png)]( https://www.udemy.com/course/data-structures-and-algorithms-in-c-plus-plus/?couponCode=GITHUBSTUDENT)
1827
[![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)
1928
[![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)
2029
[![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-
[![data-structures- and-algorithms-in-csharp](https://user-images.githubusercontent.com/98641125/153196407-99441e67-24a7-4fa0-aaea-78cb39743282.png)]( https://www.udemy.com/course/data-structures-and-algorithms-in-csharp/?couponCode=GITHUBSTUDENT)
22-
[![data-structures- and-algorithms-in-csharp-2](https://user-images.githubusercontent.com/98641125/153196486-9ce09c97-8724-4492-b5d6-4bb4aeb1d8bd.png)]( https://www.udemy.com/course/data-structures-and-algorithms-in-csharp-2/?couponCode=GITHUBSTUDENT)
30+
--->
2331

2432
## Copyright
2533
© Copyright Deepali Srivastava : All rights reserved.

0 commit comments

Comments
 (0)