Add datastructures playlist (#2430)

* Update 104-datastructures.md

good guide to learn ds and alghoritms

* Update content/roadmaps/110-java/content/100-java-fundamentals/104-datastructures.md

Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
pull/2431/head^2
egorrrrr 2 years ago committed by GitHub
parent 4d2ccb1432
commit aaee04d7ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      content/roadmaps/110-java/content/100-java-fundamentals/104-datastructures.md

@ -6,4 +6,4 @@ As the name indicates itself, a **Data Structure** is a way of organizing the da
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.geeksforgeeks.org/data-structures'>What are Data Structures?</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.javatpoint.com/data-structure-tutorial'> Data Structures and Algorithms</BadgeLink>
<BadgeLink badgeText='Watch' href='https://www.coursera.org/learn/data-structures'>Data Structures and Algorithms</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.pepcoding.com/resources/'>Practice Data Structures</BadgeLink>
<BadgeLink badgeText='Watch' href='https://www.youtube.com/watch?v=9rhT3P1MDHk&list=PLkZYeFmDuaN2-KUIv-mvbjfKszIGJ4FaY'>Data Structures Illustrated</BadgeLink>

Loading…
Cancel
Save