From bcb93d2be37d4eed2def38dda64e72431320f29b Mon Sep 17 00:00:00 2001 From: ParmanandKS Date: Thu, 24 Jul 2025 07:37:09 +0530 Subject: [PATCH 1/2] Review System Added for the DSA Bootcamp Course --- course_Reviews/reviewFormat.md | 35 ++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 course_Reviews/reviewFormat.md diff --git a/course_Reviews/reviewFormat.md b/course_Reviews/reviewFormat.md new file mode 100644 index 000000000..59c3abe09 --- /dev/null +++ b/course_Reviews/reviewFormat.md @@ -0,0 +1,35 @@ +============================== +DSA Bootcamp Review by Student +============================== + +Student Name: [Your Full Name] +Email: [your.email@example.com] + +--------------------------------- +Course Title: DSA Bootcamp +Instructor: Kunal Kushwaha +Platform: YouTube + GitHub +--------------------------------- + +πŸ“ Review: +The DSA Bootcamp by Kunal Kushwaha is one of the most beginner-friendly and in-depth resources for learning Data Structures and Algorithms in Java. The explanations are clear, concise, and practical. Kunal’s teaching style is patient and engaging, which makes even complex topics feel approachable. + +Each session builds upon the last, and the combination of theoretical concepts with live problem solving makes learning very effective. The course is well-structured, and the accompanying GitHub repository is a great resource for code reference and practice problems. + +πŸ’‘ Highlights: +- Starts from complete basics β€” no prior DSA knowledge needed. +- Covers core concepts: arrays, recursion, sorting, searching, linked lists, trees, graphs, etc. +- Great balance between theory and practical coding. +- Regular updates and community support via Discord and GitHub. + +πŸ“ˆ Outcome: +After completing the bootcamp, I feel much more confident in solving DSA problems on platforms like LeetCode and HackerRank. It’s also helped me in technical interviews. + +πŸ“… Date of Completion: [Month, Year] + +⭐ Overall Rating: 5/5 + +Thank you, Kunal, for making high-quality education free and accessible to everyone. + +------------------------- +#DSA #Bootcamp #Java #KunalKushwaha From 80012904dce82b9bd639673e046465eda3804cc5 Mon Sep 17 00:00:00 2001 From: ParmanandKS Date: Thu, 24 Jul 2025 08:02:45 +0530 Subject: [PATCH 2/2] Improved Version of Review System Added for the DSA Bootcamp Course --- course_Reviews/reviewFormat.md | 1 + 1 file changed, 1 insertion(+) diff --git a/course_Reviews/reviewFormat.md b/course_Reviews/reviewFormat.md index 59c3abe09..6dcd30f97 100644 --- a/course_Reviews/reviewFormat.md +++ b/course_Reviews/reviewFormat.md @@ -1,3 +1,4 @@ +Student create a file name `review[Github Id].md` and paste this format and push your review ============================== DSA Bootcamp Review by Student ==============================