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

Commit

Permalink
Update dsa.js
Browse files Browse the repository at this point in the history
Fixed several typos.
  • Loading branch information
Subgor8126 authored Oct 20, 2023
1 parent 2f2a83d commit e274b3f
Showing 1 changed file with 5 additions and 5 deletions.
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

0 comments on commit e274b3f

Please sign in to comment.