From e6dbc3745f6762cee3dc9e75c382475b9ac4242d Mon Sep 17 00:00:00 2001 From: chaanakyaaM Date: Fri, 21 Jun 2024 08:57:01 +0530 Subject: [PATCH] added resources to DSA --- Data Structures and Algorithm (DSA)/readme.md | 158 +++++++++++++++++- 1 file changed, 150 insertions(+), 8 deletions(-) diff --git a/Data Structures and Algorithm (DSA)/readme.md b/Data Structures and Algorithm (DSA)/readme.md index a7157a42..485425f9 100644 --- a/Data Structures and Algorithm (DSA)/readme.md +++ b/Data Structures and Algorithm (DSA)/readme.md @@ -12,16 +12,22 @@ This section serves as a curated collection of valuable resources for learning a - [Interview Questions](#interview-questions) - [Types of Data Structures](#data-structures-and-algorithm) - [Tutorials or Courses](#tutorials) -- [Youtube Channels](#youtube-channels) +- [YouTube](#youtube) + - [YouTube Channels](#youtube-channels) + - [YouTube Playlist](#types-of-data-structures) - [Coding Platforms](#coding-platforms) - [Practice Sheets](#sheets) - [DSA by language](#dsa-by-languages) - - [C++](#c)
- [Java](#java)
- [Python](#python)
- [Javascript](#javascript)
- [CheatSheet](#cheatsheet) +- [GitHub Repositories](#github-repositories) +- [Books](#books) + - [Free Books](#free-books) + - [Paid Books](#paid-books) +- [Communities](#communities) - [Algorithm by Languages](#algorithm-by-languages) - [Conclusion](#conclusion) @@ -149,11 +155,15 @@ Let's make coding fun and exciting! 🚀. -## YouTube Channels +## YouTube + +> These resources by youtube helps you to imporve your skills in DSA. + +### YouTube Channels - + @@ -194,6 +204,31 @@ To the Point, Short and Practical - These 3 terms defines our Content
Channel NameResource Name Description
+### YouTube Playlist + + + + + + + + + + + + + + + + + + + + + + +
Resource NameDescription
Data strctures and Algorithms The YouTube playlist "Data Structures and Algorithms" offers a comprehensive series of tutorials covering key concepts in data structures and algorithms. It includes explanations and practical examples of various data structures like arrays, linked lists, stacks, queues, trees, and graphs, as well as algorithmic techniques such as sorting, searching, and dynamic programming.
Data structures using CThe YouTube playlist "Data Structures" is a detailed educational series designed to teach viewers about various data structures used in computer science. It covers fundamental concepts and provides in-depth explanations of structures such as arrays, linked lists, stacks, queues, trees, and graphs.
DSA The YouTube playlist "Data Structures and Algorithms" offers an extensive series of videos focusing on essential topics in data structures and algorithms. It covers fundamental concepts such as arrays, linked lists, stacks, queues, trees, and graphs, as well as various algorithms for sorting, searching, and more.
DSA using Python The YouTube playlist "Data Structures and Algorithms in Python" provides a comprehensive series of tutorials focusing on implementing data structures and algorithms using the Python programming language. It covers fundamental topics such as arrays, linked lists, stacks, queues, trees, and graphs, along with various sorting and searching algorithms.
+ ## Coding Platforms @@ -519,8 +554,118 @@ To the Point, Short and Practical - These 3 terms defines our Content
-### Algorithms by Languages +## GitHub Repositories + +> Here are some popular GitHub repositories for learning data structures and algorithms: + + + + + + + + + + + + + + + + + + +
Resource NameDescription
Awesome DSAThe GitHub repository "awesome-dsa" by necusjz is a curated collection of resources for learning data structures and algorithms. It includes links to tutorials, books, courses, and coding practice platforms, aiming to help learners improve their understanding and skills in these critical areas of computer science.
DSA in pythonThe GitHub repository "DSA-in-Python" by codehariom is a comprehensive resource for learning data structures and algorithms using Python. It contains well-organized code implementations, detailed explanations, and example problems covering a wide range of topics such as arrays, linked lists, stacks, queues, trees, graphs, and various algorithms.
DSA NotesThe GitHub repository "DSA-Notes" by yashsiwach offers a comprehensive collection of notes on data structures and algorithms. It includes detailed explanations, code snippets, and examples for various topics such as arrays, linked lists, stacks, queues, trees, graphs, sorting algorithms, and more.
DSA using CPPThe GitHub repository "DSA-Busted: A Complete C++ DSA Series" by abhiXsliet offers an extensive series on data structures and algorithms using C++. It includes detailed code implementations, explanations, and problem-solving techniques for various topics such as arrays, linked lists, stacks, queues, trees, graphs, and algorithms.
+ +## Books + +> These books helps you to learn and understand DSA very efficiently. + +### Free Books + + + + + + + + + + + + + + + + + + + + + + +
Resource NameDescription
Problem solving with DSA using pythonThe online book "Problem Solving with Algorithms and Data Structures Using Python" provides a comprehensive introduction to algorithms and data structures, utilizing Python for practical implementation. It covers fundamental topics such as recursion, sorting, searching, and graph algorithms, combining theoretical concepts with hands-on coding examples.
Algorithms4rh editionThe website "Free Computer Books" hosts "Algorithms, 4th Edition" by Robert Sedgewick and Kevin Wayne, a comprehensive and widely acclaimed textbook in the field of computer science. This authoritative text covers fundamental algorithms, data structures, and their analysis, catering to both students and professionals in the realm of software development and algorithm design.
Data Structures and Algorithms analysis with C++"Data Structures and Algorithm Analysis in C++" by Mark Allen Weiss, a well-regarded textbook in the realm of computer science and programming. This book focuses on providing a comprehensive understanding of data structures and algorithms using the C++ programming language.
DSA analysis using Java"Data Structures and Algorithm Analysis in Java" by Mark Allen Weiss, a comprehensive textbook focusing on data structures and algorithms using the Java programming language. This book is widely recognized for its thorough coverage and educational value in the field of computer science.
+ +### Paid Books + + + + + + + + + + + + + + + + + + + + + + + + + + +
Resource NameDescription
Introduction to Algorithms by Thomas H. Cormen, Charles E. Leiserson, Ronald L. Rivest, and Clifford SteinA comprehensive textbook widely used in computer science education, covering a broad range of algorithms in depth with rigorous analysis and practical applications.
Algorithms by Robert Sedgewick and Kevin WayneOffers an in-depth look at algorithms and data structures with a focus on practical implementations in Java, complete with code examples and exercises.
Data Structures and Algorithms Made Easy by Narasimha KarumanchiProvides easy-to-understand explanations and solutions to complex data structure and algorithm problems, making it a great resource for beginners and intermediate learners.
Grokking Algorithms by Aditya BhargavaA visually rich guide to learning algorithms, using illustrations and step-by-step examples to make complex concepts more accessible and engaging for beginners.
The Algorithm Design Manual by Steven S. SkienaCombines practical algorithm design techniques with real-world examples, providing a comprehensive resource for both students and professionals in the field of computer science.
+ +### Communities + +> These are some communities of Data sturctures and algorithms enthusiasts where you can seek help and guidelines. + + + + + + + + + + + + + + + + + + + + + +
Resource NameDescription
r/datastructureThis subreddit is dedicated to discussions, resources, and questions related to data structures. It serves as a community hub for enthusiasts, students, and professionals interested in exploring and sharing insights on various data structures used in computer science and programming.
r/algorithmsThis subreddit is a community focused on discussions, resources, and questions related to algorithms. It provides a platform for algorithm enthusiasts, researchers, and professionals to share insights, ask questions, and collaborate on topics ranging from algorithm design to optimization techniques and computational complexity.
Kaggle ForumsDiscussion forums on Kaggle where data scientists discuss competitions, datasets, and more.
CPPThis subreddit is dedicated to discussions and resources related to the C++ programming language. It serves as a community hub for C++ developers, enthusiasts, and learners to share news, ask questions, and discuss topics ranging from language features and standards to best practices and advanced programming techniques.
+ + +## Algorithms by Languages + > Here are some Sorting and Searching Algorithms resources and their Implementation in different Languages. + ### JavaScript @@ -569,7 +714,6 @@ To the Point, Short and Practical - These 3 terms defines our Content - @@ -583,8 +727,6 @@ To the Point, Short and Practical - These 3 terms defines our Content - -
Resource Name Description
Quick SortBinary Search This tutorial explains about Binary Search and provides implementation in Python .Binary Search is optimal Searching Algorithm it reduces time complexity than linear search
## Conclusion