diff --git a/collections/algorithms-and-data-structures/index.md b/collections/algorithms-and-data-structures/index.md new file mode 100644 index 00000000000..39db494581e --- /dev/null +++ b/collections/algorithms-and-data-structures/index.md @@ -0,0 +1,13 @@ +--- +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 +--- + +A curated collection of open-source algorithms, data structures, and implementation guides to help developers master computational problem-solving and technical interviews.