Skip to content

Commit

Permalink
doucs: C content
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamsGeeky committed Dec 20, 2023
1 parent 524d169 commit 0f494d7
Show file tree
Hide file tree
Showing 29 changed files with 117 additions and 1,500 deletions.
13 changes: 6 additions & 7 deletions docs/C/_category_.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
{
"label": "C programing",
"position": 4,
"link": {
"type": "generated-index",
"description": "C is a powerful general-purpose programming language. It can be used to develop software like operating systems, databases, compilers, and so on. C programming is an excellent language to learn to program for beginners."
}
"label": "C Language",
"position": 2,
"link": {
"type": "generated-index",
"description": "🚀 C programming Language 🚀"
}
}

3 changes: 1 addition & 2 deletions docs/basic/programming.mdx → docs/C/ass.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
sidebar_position: 4
---

# Programming basic

# Assignments

95 changes: 0 additions & 95 deletions docs/C/intro.mdx

This file was deleted.

5 changes: 5 additions & 0 deletions docs/C/labs.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
sidebar_position: 2
---


# The lab tasks

outlined in the COSC 206 Introduction to C programming Lab Manual cover a range of fundamental concepts and programming exercises. Here are the main lab tasks mentioned in the manual:
Expand Down
7 changes: 7 additions & 0 deletions docs/C/questions.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
sidebar_position: 3
---

# Past Questions


7 changes: 6 additions & 1 deletion docs/C/session.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# C Programming Bootcamp
---
sidebar_position: 1
---


# Concepts

## Day 1: Introduction to C Basics
1. Session 1: Introduction to C Programming
Expand Down
4 changes: 2 additions & 2 deletions docs/DSA/_category_.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"label": "DSA",
"position": 5,
"position": 3,
"link": {
"type": "generated-index",
"description": "🚀 In the world of technology, mastering Data Structures and Algorithms is like having the keys to unlock the limitless potential of your career. It's not just code; it's the language of innovation and success in the digital era🚀"
"description": "🚀 In the world of technology, mastering Data Structures and Algorithms is like having the keys to unlock the limitless potential of your career. It's not just code; it's the language of innovation and success in the digital era 🚀"
}
}
5 changes: 5 additions & 0 deletions docs/DSA/array.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
sidebar_position: 1
---

# Array
Empty file removed docs/DSA/intro.md
Empty file.
5 changes: 5 additions & 0 deletions docs/DSA/linklist.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
sidebar_position: 2
---

# Lisklist
5 changes: 5 additions & 0 deletions docs/DSA/stack.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
sidebar_position: 3
---

# Stack
8 changes: 0 additions & 8 deletions docs/basic/_category_.json

This file was deleted.

60 changes: 0 additions & 60 deletions docs/basic/git.mdx

This file was deleted.

77 changes: 0 additions & 77 deletions docs/basic/github.mdx

This file was deleted.

50 changes: 0 additions & 50 deletions docs/basic/githubFeatures.mdx

This file was deleted.

Loading

0 comments on commit 0f494d7

Please sign in to comment.