-
Notifications
You must be signed in to change notification settings - Fork 61
/
studybasics.html
75 lines (65 loc) · 4.77 KB
/
studybasics.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-BmbxuPwQa2lc/FVzBcNJ7UAyJxM6wuqIj61tLrc4wSX0szH/Ev+nYRRuWlolflfl" crossorigin="anonymous">
<link rel="stylesheet" href="assests/openStyle.css">
<title>Basic Programming</title>
</head>
<body>
<!---=====Navbar======-->
<section class="nav justify-content-end ">
<li class="nav-item">
<a class="nav-link" href="https://github.com/Satakshijain/CodingHustlers">Contribute</a>
</li>
</section>
<!---=====Section-1(CP)======-->
<div class="container-sm-fluid">
<div class="row">
<div class="col-4 third">
<div class="title">
<h1>Basic Programming</a></h1>
<h2 class="title_text"> <i> First, solve the problem. Then, write the code.” </i> <br> – John
Johnson</h2>
</div>
</div>
<div class="col-6 ">
<div class="info">
<div class="media">
<img class="align-self-center mr-3" src=""
alt="">
<div class="media-body">
<h2 class="info__title">Data Structures and Algorithm </h2>
<p class="info__text">
Learning Data Structures and Algorithms is crucial because it lays the foundation for writing efficient code and solving complex problems.
Mastering DSA enhances problem-solving skills and is essential for technical interviews and real-world programming challenges.
</p>
<ul class="list-group list-group-flush">
<li class="list-group-item"> <a href="https://takeuforward.org/strivers-a2z-dsa-course/strivers-a2z-dsa-course-sheet-2/" target="_blank"><b>Strivers A2Z DSA Course</b></a> <br>This is by far the best resource for learning DSA and prepare efficiently for technical interviews </li>
<li class="list-group-item"> <a href="https://www.geeksforgeeks.org/learn-data-structures-and-algorithms-dsa-tutorial/" target="_blank"><b>Geeks For Geeks</b> </a><br> A comprehensive website with tutorials, problems, and explanations on various data structures and algorithms</li>
<li class="list-group-item"> <a href=" https://www.youtube.com/playlist?list=PL-Jc9J83PIiFj7YSPl2ulcpwy-mwj1SSk" target="_blank"><b>Pepcoding</b></a> <br>Provides tutorials on data structures and algorithms using Java with coding examples</li>
<li class="list-group-item"> <a href="hhttps://www.naukri.com/code360/guided-paths" target="_blank"><b>Coding Ninjas</b></a> <br>A complete preparation structured guide for your Coding Interviews. You can choose your tracks and start preparing.</li>
</ul>
</div>
<!------>
<div class="media-body">
<h2 class="info__title">Web Development Resources</h2>
<p class="info__text">
These top tutorials are perfect for mastering web development, refreshing your skills, and staying ahead in your field.
</p>
<ul class="list-group list-group-flush">
<li class="list-group-item"> <a href="https://www.youtube.com/@CodeWithHarry" target="_blank"><b>Code With Harry</b></a> <br>Provides practical web development tutorials across various languages and projects..</li>
<li class="list-group-item"> <a href="https://www.youtube.com/@chaiaurcode" target="_blank"><b>Chai aur Code</b> </a><br>Offers free playlists from scratch to learn web development with a focus on practical coding and real-world problem-solving </li>
<li class="list-group-item"> <a href=" https://www.youtube.com/@harkirat1" target="_blank"><b>Harkirat Singh</b></a> <br>Delivers in-depth tutorials on open-source, practical projects, roadmaps and, Web3 </li>
<li class="list-group-item"> <a href="https://www.youtube.com/@freecodecamp" target="_blank"><b>FreeCodeCamp</b></a> <br>Features comprehensive coding tutorials and courses on web development and programming languages.</li>
</ul>
</div>
</div>
</body>
</html>