Skip to content

Commit 43c7f4a

Browse files
authored
Merge pull request #2612 from CodeHarborHub/dev-3
Resolved all errors
2 parents a664615 + 6d9f09e commit 43c7f4a

32 files changed

+83
-504
lines changed

docusaurus.config.js

+2-3
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ const config = {
9191
{
9292
name: "keywords",
9393
content:
94-
"CodeHarborHub, CodeHarbor, CodeHarborHub, CodeHarborHub Blog, CodeHarborHub Community, CodeHarborHub Courses, CodeHarborHub DSA, CodeHarborHub Web Dev, CodeHarborHub Tutorials, CodeHarborHub Showcase, CodeHarborHub Donate, CodeHarborHub Blog, CodeHarborHub Team, CodeHarborHub About, CodeHarborHub Contact, CodeHarborHub Careers, CodeHarborHub Terms, CodeHarborHub Privacy, CodeHarborHub Cookie, CodeHarborHub Code of Conduct, CodeHarborHub Quiz, CodeHarborHub Broadcast, CodeHarborHub Tags, CodeHarborHub Courses Tags, CodeHarborHub DSA Tags, CodeHarborHub Web Dev Tags, CodeHarborHub Product, CodeHarborHub LinkedIn, CodeHarborHub YouTube, CodeHarborHub Discord, CodeHarborHub Twitter, CodeHarborHub GitHub, CodeHarborHub Products, CodeHarborHub Web Dev, CodeHarborHub DSA, CodeHarborHub Courses, CodeHarborHub Tutorials, CodeHarborHub Showcase, CodeHarborHub Donate, CodeHarborHub Blog, CodeHarborHub Team, CodeHarborHub About, CodeHarborHub Contact, CodeHarborHub Careers, CodeHarborHub Terms, CodeHarborHub Privacy, CodeHarborHub Cookie, CodeHarborHub Code of Conduct, CodeHarborHub Quiz, CodeHarborHub Broadcast, CodeHarborHub Tags, CodeHarborHub Courses Tags, CodeHarborHub DSA Tags, CodeHarborHub Web Dev Tags, CodeHarborHub Product, CodeHarborHub LinkedIn, CodeHarborHub YouTube, CodeHarborHub Discord, CodeHarborHub Twitter, CodeHarborHub GitHub, CodeHarborHub Products, CodeHarborHub Web Dev, CodeHarborHub DSA, CodeHarborHub Courses, CodeHarborHub Tutorials, CodeHarborHub Showcase, CodeHarborHub Donate, CodeHarborHub Blog, CodeHarborHub Team, CodeHarborHub About, CodeHarborHub Contact, CodeHarborHub Careers, CodeHarborHub Terms, CodeHarborHub Privacy, CodeHarborHub Cookie, CodeHarborHub Code of Conduct, CodeHarborHub Quiz, CodeHarborHub Broadcast, CodeHarborHub Tags, CodeHarborHub, leetcode, codeforces, hackerrank, geeksforgeeks, interviewbit, educative, udemy, coursera, udacity, khanacademy, codecademy, w3schools, tutorialspoint, javatpoint, geeksforgeeks, stackoverflow, github, gitlab, bitbucket, codepen, jsfiddle, repl.it, codesandbox, stackblitz, gfg, GeeksForGeeks, tech",
94+
"CodeHarborHub, Docs, Tutorials, Courses, DSA, Problems, Solutions, Showcase, Community, Blog, Web Dev, Live Editor, Quiz, Tags, Donate, Careers, Team, GitHub, Products, LinkedIn, YouTube, Discord, Twitter, Privacy Policy, Terms of Service, Code of Conduct, Cookie Policy, Licensing, Web Development, React, JavaScript, Python, Java, Tailwind CSS, CPP, NextJs, MATLAB, Julia, HTML, CSS, TypeScript, DSA, Data Structures, Algorithms, Competitive Programming",
9595
},
9696
{ name: "twitter:card", content: "summary_large_image" },
9797
{ name: "twitter:site", content: "@CodesWithAjay" },
@@ -112,7 +112,6 @@ const config = {
112112
content: "https://codeharborhub.github.io/img/nav-logo.jpg",
113113
},
114114
{ property: "og:url", content: "https://codeharborhub.github.io" },
115-
{ name: "robots", content: "index, follow" },
116115
],
117116

118117
algolia: {
@@ -341,7 +340,7 @@ const config = {
341340
},
342341

343342
{
344-
label: "Licensing",
343+
label: "License",
345344
to: "/License/",
346345
},
347346
],

dsa/basic-topics/_category_.json

-8
This file was deleted.

dsa/basic-topics/arrays/_category_.json

-8
This file was deleted.

dsa/basic-topics/arrays/introduction.md

-110
This file was deleted.

dsa/basic-topics/arrays/multi-dimensional.md

Whitespace-only changes.

dsa/basic-topics/arrays/operations.md

Whitespace-only changes.

dsa/basic-topics/arrays/practice-problems.md

Whitespace-only changes.

dsa/basic-topics/backtracking.md

-6
This file was deleted.

dsa/basic-topics/binary-search.md

-6
This file was deleted.

dsa/basic-topics/brute-force.md

-6
This file was deleted.

dsa/basic-topics/greedy.md

-6
This file was deleted.

dsa/basic-topics/hash-map.md

-6
This file was deleted.

dsa/basic-topics/heap.md

-6
This file was deleted.

dsa/basic-topics/introduction.md

-112
This file was deleted.

dsa/basic-topics/kadane.md

-6
This file was deleted.

dsa/basic-topics/linear-search.md

-6
This file was deleted.

dsa/basic-topics/linked-list.md

-6
This file was deleted.

dsa/basic-topics/sorting/_category_.json

-8
This file was deleted.

dsa/basic-topics/sorting/bubble-sort.md

-6
This file was deleted.

dsa/basic-topics/sorting/cyclic-sort.md

-6
This file was deleted.

dsa/basic-topics/sorting/insertion-sort.md

-6
This file was deleted.

dsa/basic-topics/sorting/introduction.md

-6
This file was deleted.

dsa/basic-topics/sorting/merge-sort.md

-6
This file was deleted.

dsa/basic-topics/sorting/selection-sort.md

-6
This file was deleted.

dsa/basic-topics/sorting/shell-sort.md

-6
This file was deleted.

dsa/basic-topics/sorting/tim-sort.md

-6
This file was deleted.

0 commit comments

Comments
 (0)