From 750e6b59eaeb4b681a7477fa6ce68a5ab48a0cd4 Mon Sep 17 00:00:00 2001 From: Ajay Dhangar <99037494+ajay-dhangar@users.noreply.github.com> Date: Tue, 11 Aug 2026 08:49:48 +0530 Subject: [PATCH 1/2] Add Algorithms & Data Structures collection This pull request adds a new curated collection: Algorithms & Data Structures (collections/algorithms-and-data-structures/). The collection brings together well-maintained, high-quality open-source implementations, visualization tools, and interview preparation guides focused on fundamental computer science algorithms and data structures across multiple programming languages. --- .../algorithms-and-data-structures/index.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 collections/algorithms-and-data-structures/index.md diff --git a/collections/algorithms-and-data-structures/index.md b/collections/algorithms-and-data-structures/index.md new file mode 100644 index 00000000000..a0130f063bd --- /dev/null +++ b/collections/algorithms-and-data-structures/index.md @@ -0,0 +1,14 @@ +--- +items: + - ajay-dhangar/algo + - codeharborhub/dsa + - TheAlgorithms/Python + - TheAlgorithms/Java + - trekhleb/javascript-algorithms + - jwasham/coding-interview-university +display_name: Algorithms & Data Structures +created_by: ajay-dhangar +image: https://ajay-dhangar.github.io/algo/logo/logo.png +--- + +A curated collection of open-source algorithms, data structures, and implementation guides to help developers master computational problem-solving and technical interviews. From b17c673a957a9a7c8b6968bff415077bf50bc693 Mon Sep 17 00:00:00 2001 From: Ajay Dhangar <99037494+ajay-dhangar@users.noreply.github.com> Date: Tue, 11 Aug 2026 09:01:44 +0530 Subject: [PATCH 2/2] Update index.md --- collections/algorithms-and-data-structures/index.md | 1 - 1 file changed, 1 deletion(-) diff --git a/collections/algorithms-and-data-structures/index.md b/collections/algorithms-and-data-structures/index.md index a0130f063bd..39db494581e 100644 --- a/collections/algorithms-and-data-structures/index.md +++ b/collections/algorithms-and-data-structures/index.md @@ -8,7 +8,6 @@ items: - jwasham/coding-interview-university display_name: Algorithms & Data Structures created_by: ajay-dhangar -image: https://ajay-dhangar.github.io/algo/logo/logo.png --- A curated collection of open-source algorithms, data structures, and implementation guides to help developers master computational problem-solving and technical interviews.