diff --git a/CC_and_DSA/DSA.md b/CC_and_DSA/DSA.md index ae030f9..f9ee9c5 100644 --- a/CC_and_DSA/DSA.md +++ b/CC_and_DSA/DSA.md @@ -73,6 +73,7 @@ Data Structure is a way of collecting and organising data in such a way that we - [ ] [Algo Deck](https://github.com/teivah/algodeck/) - Collection of +200 algorithmic cards. - [ ] :page_with_curl: [Big-O-CheatSheet](http://bigocheatsheet.com/) - Big-O complexities of common algorithms. - [ ] [Codechef's topic-wise problems](https://www.codechef.com/certification/data-structures-and-algorithms/prepare) +- [ ] [Site for all algorithms](https://cp-algorithms.com/) *** diff --git a/Frontend/WEB.md b/Frontend/WEB.md index 91a5a87..e247648 100644 --- a/Frontend/WEB.md +++ b/Frontend/WEB.md @@ -32,6 +32,7 @@ Follow either the reading or video link and cover the following topics in the sa |4.|Bootstrap|[Link](https://getbootstrap.com/docs/4.5/getting-started/introduction/)|[Link](https://www.youtube.com/playlist?list=PL4cUxeGkcC9jE_cGvLLC60C_PeF_24pvv)| |5.|MaterializeCSS|[Link](https://materializecss.com/getting-started.html)|[Link](https://www.youtube.com/playlist?list=PL4cUxeGkcC9gGrbtvASEZSlFEYBnPkmff)| |6.|Sass|[Link](https://www.w3schools.com/sass/)|[Link](https://www.youtube.com/playlist?list=PL4cUxeGkcC9iEwigam3gTjU_7IA3W2WZA)| +|7.|Other http requests|[Link](https://www.freecodecamp.org/news/here-is-the-most-popular-ways-to-make-an-http-request-in-javascript-954ce8c95aaa/)|[Link](https://www.youtube.com/watch?v=1e0O14Eb0us)| Once you get familiar with a framework, it's very easy to shift to other frameworks since all important features, especially **Grids** are quite similar in all frameworks. @@ -56,4 +57,4 @@ Not yet! Now that you've explored the basics of Frontend Web, it's time to Dive