Skip to content
This repository has been archived by the owner on Sep 7, 2024. It is now read-only.

Fixed several typos on the DSA course page. #817

Closed
wants to merge 13 commits into from
24 changes: 17 additions & 7 deletions src/assets/home/company/google.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions src/content/courses/dsa.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const DsaPageContent = {
videoLink: 'https://www.youtube.com/embed/rZ41y93P2Qo',
buttons: [
{
name: 'Notes & Assigment',
name: 'Notes & Assignments',
href: 'https://github.com/kunal-kushwaha/DSA-Bootcamp-Java',
},
{
Expand Down Expand Up @@ -94,9 +94,9 @@ const DsaPageContent = {
'Introduction, Maze problems, N-queens, N-knights, sudoku solver.',
},
{
title: 'Object oriented programming',
title: 'Object Oriented Programming',
description:
'Introduction, classes, objects, this, properties, overloading, overriding, static, packages, access control, interfaces, abstract classes, annotations, singleton class, keywords, Object class, generics, expection handling, Vector class, Collections framework, lmabda expressions, enums.',
'Introduction, classes, objects, this keyword, properties, overloading, overriding, static, packages, access control, interfaces, abstract classes, annotations, singleton class, keywords, object class, generics, exception handling, vector class, collections framework, lambda expressions, enums.',
},
{
title: 'Stacks and Queues',
Expand All @@ -114,9 +114,9 @@ const DsaPageContent = {
"Introduction, BFS, DFS, components, minimum spanning trees, Kruskal, Prims, Dijkstra's shortest path, topological sort, Bellman ford, A* pathfinding.",
},
{
title: 'Additonal topics',
title: 'Additional topics',
description:
"Greedy algorithms, tries, sliding window, two pointer, kadane's algorithm, and more!",
"Greedy algorithms, trees, sliding window, two pointer, Kadane's algorithm, and more!",
},
],
tweetId: [
Expand Down
2 changes: 1 addition & 1 deletion src/content/courses/opensource.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ const OpenSourcePageContent = {
},
{
title:
'There will be a blogging challenge will be running along with this and win exciting prices.',
'There will be a blogging challenge along with this where you can win exciting prizes.',
link: {
title: 'Blogging challenges',
href: '/events/hashnode',
Expand Down
2 changes: 1 addition & 1 deletion src/pages/OpenSourceCoursePage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ const OpenSourcePage = ({ content }) => {
>
blogging challenge
</HeaderLink>{' '}
running along with this, and you can win exciting prizes.
along with this where you can win exciting prizes.
</span>
</li>
</ul>
Expand Down