Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dsa resources #1535

Merged
merged 5 commits into from
Aug 10, 2023
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 16 additions & 8 deletions database/youtube/data-structures.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,31 +9,31 @@
},
{
"name": "CodeHelp - by Babbar",
"description": "This channel provides free placement specific DSA course in C++.",
"description": "This channel provides free placement-specific DSA courses in C++.",
"url": "https://www.youtube.com/playlist?list=PLDzeHZWIZsTryvtXdMr6rPh4IDexB5NIA",
"category": "youtube",
"subcategory": "data-structures",
"language": "hindi"
},
{
"name": "Apna College",
"description": "This channel provides free courses for DSA, Java, C++, C etc.",
"description": "This channel provides free courses for DSA, Java, C++, C, etc.",
"url": "https://www.youtube.com/watch?v=z9bZufPHFLU&list=PLfqMhTWNBTe0b2nM6JHVCnAkhQRGiZMSJ",
"category": "youtube",
"subcategory": "data-structures",
"language": "hindi"
},
{
"name": "Kunal Kushwaha",
"description": "This channel provides free Java specific DSA course with interview-preparation.",
"description": "This channel provides free Java-specific DSA course with interview preparation.",
"url": "https://youtube.com/playlist?list=PL9gnSGHSqcnr_DxHsP7AW9ftq0AtAyYqJ",
"category": "youtube",
"subcategory": "data-structures",
"language": "english"
},
{
"name": "CodeWithHarry",
"description": "An all-in-one destination for DSA, Python, C++, JavaScript, Nodejs, Java, PHP & many more.",
"description": "An all-in-one destination for DSA, Python, C++, JavaScript, Nodejs, Java, PHP, & many more.",
"url": "https://www.youtube.com/@CodeWithHarry/playlists",
"category": "youtube",
"subcategory": "data-structures",
Expand All @@ -57,7 +57,7 @@
},
{
"name": "Pepcoding",
"description": "One of the best channels for DSA and Java. It is also helpful for both students and working professionals.",
"description": "One of the best channels for learning DSA and Java. It is also helpful for both students and working professionals.",
"url": "https://www.youtube.com/@Pepcoding/featured",
"category": "youtube",
"subcategory": "data-structures",
Expand Down Expand Up @@ -97,7 +97,7 @@
},
{
"name": "Hello World DSA",
"description": "This channel provides C++ specific DSA content. This course also provides explanations of Algorithms.",
"description": "This channel provides C++-specific DSA content. This course also provides explanations of Algorithms.",
"url": "https://www.youtube.com/@HelloWorldbyprince/playlists",
"category": "youtube",
"subcategory": "data-structures",
Expand All @@ -113,15 +113,15 @@
},
{
"name": "Data Structure & Algorithms Full Course In Hindi",
"description": "DSA playlist for understanding concepts of core coding using the c++ language",
"description": "DSA playlist for understanding concepts of core coding using the C++ language",
"url": "https://www.youtube.com/playlist?list=PLzjZaW71kMwQ1DIWTn0d_KDHU4_E52-rq",
"category": "youtube",
"subcategory": "data-structures",
"language": "hindi"
},
{
"name": "CODING NINJAS",
"description": "This channel provides DSA course in Python from beginner to advance level.",
"description": "This channel provides a DSA and Python course from beginner to advanced.",
CBID2 marked this conversation as resolved.
Show resolved Hide resolved
"url": "https://youtube.com/playlist?list=PLrk5tgtnMN6TYBW0-U4YhIRyYEVpqVEnJ",
"category": "youtube",
"subcategory": "data-structures",
Expand All @@ -134,5 +134,13 @@
"category": "youtube",
"subcategory": "data-structures",
"language": "english"
},
{
"name":"Code step by step",
"description": "A comprehensive playlist in Hindi that teaches developers data structures in Javascript from scratch.",
"url": "https://www.youtube.com/watch?v=wZHtZ_VJGKI&list=PL8p2I9GklV47TMMnPzqnkCtSOS3ebr4O7&ab_channel=CodeStepByStep",
"category":"youtube",
"subcategory":"data-structures",
"language":"hindi"
}
]
Loading