Skip to content

Commit

Permalink
Update index.json
Browse files Browse the repository at this point in the history
  • Loading branch information
triach-rold committed Feb 15, 2024
1 parent 7cab23b commit f83ca75
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions dsa/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,42 @@
"url": "https://web.archive.org/web/20170801080631/http://cs.brown.edu/~rt/gdhandbook/",
"type": "book",
"level": "everyone"
},
{
"title": "Introduction to Algorithms, Second Edition",
"url": "https://athena.nitc.ac.in/summerschool/Files/clrs.pdf",
"type": "book",
"level": "Intermediate"
},
{
"title": "Problems On Algorithms (Practice Book for Algorithms)",
"url": "https://home.cse.ust.hk/~dekai/271/notes/L01a/poa.pdf",
"type": "book",
"level": "Intermediate"
},
{
"title": "Algorithmics- The Spirit of Computing.",
"url": "http://cslabcms.nju.edu.cn/problem_solving/images/e/e1/Algorithmics-the_Spirit_of_Computing%2C_3rd_by_David_Harel.pdf",
"type": "book",
"level": "Intermediate"
},
{
"title": "Competitive Programmer's Handbook",
"url": "https://cses.fi/book/book.pdf",
"type": "book",
"level": "everyone"
},
{
"title": "The Hitchhiker’s Guide to the Programming Contests",
"url": "https://i.cs.hku.hk/~provinci/files/b1-hitchiker.pdf",
"type": "book",
"level": "Advanced"
},
{
"title": "Competitive Programming I",
"url": "https://www.comp.nus.edu.sg/~stevenha/myteaching/competitive_programming/cp1.pdf",
"type": "book",
"level": "Intermediate"
}
]
}

0 comments on commit f83ca75

Please sign in to comment.