From beaecd85a5374df23541c184aab5319f17a02233 Mon Sep 17 00:00:00 2001 From: Rupal Singh Date: Wed, 31 Mar 2021 00:00:42 +0530 Subject: [PATCH 1/6] Create Useful_Resources.html Added some free good resources for cse students --- Useful_Resources.html | 96 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 96 insertions(+) create mode 100644 Useful_Resources.html diff --git a/Useful_Resources.html b/Useful_Resources.html new file mode 100644 index 0000000..d31f120 --- /dev/null +++ b/Useful_Resources.html @@ -0,0 +1,96 @@ + + + + Useful Resources + + + + +

Good Free Resources

+
+

Datastructures and Algorithms

+

Datastructures :Jenny's Lectures

+

Algorithms :Abdul Bari

+

Dynamic Programming: Aditya Verma

+

Some Good Free Courses

+

11 Weeks Workshop on Data Structures and Algorithms

+

Fork CPP

+

Fork Java

+

Fork Python

+

Some Useful Websites

+

Tutorialspoint

w3schools

+

cp-algorithms

+

learnpython.org

+ +
+
+

Languages

+

Python : CodeWithHarry

+

C++ :Apna College, C++ by Saurabh Shukla Sir

+

C : MySirG.com

+

Java : CodeWithHarry

+

JavaScript : Akshay Saini

+

Tech Stacks

+

HTML : CodeWithHarry, Apna College

+

CSS : CodeWithHarry, Apna College

+

Django : Telusko, CodeWithHarry

+

Flask : CodeWithHarry

+

MYSQL: Telusko

+

PHP: CodeWithHarry

+

React JS: Programming with Mosh

+
+ + From e829fb20a0f923c945afa030910ffde6de34c7ae Mon Sep 17 00:00:00 2001 From: Rupal Singh Date: Wed, 31 Mar 2021 00:15:07 +0530 Subject: [PATCH 2/6] Update index.html --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 23a33e7..f18df25 100644 --- a/index.html +++ b/index.html @@ -85,6 +85,7 @@ to Project DSA Problems + Useful Resources