Skip to content

Commit

Permalink
Docs Lol
Browse files Browse the repository at this point in the history
  • Loading branch information
offensive-vk committed Nov 24, 2024
1 parent 30669e1 commit 1fa1687
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 2 additions & 0 deletions Algorithms/Sorting.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ Sorting algorithms are methods used to rearrange elements in a list or array int
- Radix Sort: Sorts numbers by processing individual digits from least significant to most significant.

*Each algorithm has different performance characteristics and is suitable for different types of data and use cases.*

Feel free to implement them on your own!
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ C++ was designed with systems programming and embedded, resource-constrained sof
- C/C++ both are awesome programming languages. Yet Powerful also.
- You can find Contribution Guidelines [here](https://github.com/offensive-vk/Classics/blob/classic/.github/CONTRIBUTING.md) and Security Guidelines [here.](https://github.com/offensive-vk/Classics/blob/classic/.github/SECURITY.md)
- This Repository Contains All of My Best C & C++ Programs.
- Trick - All Valid C Code is Also A Valid C++ Code.
- Trick - Every C Program is also a Valid C++ Program.
- (i.e You Can Save Your C Source Code with .cpp extension.)
- Enjoy ! _You can try Shell Scripting too._ [Try Now >](https://github.com/offensive-vk/Classics/blob/classic/Bash/)

Expand All @@ -58,22 +58,23 @@ int main(int argc, char const *argv[]) {
}
```
### To Compile any .cpp | .cxx | .c++ Source File :
### To Compile any .cpp | .cxx | .c++ file
```bash
$ g++ filename.cpp -o filename
```

### To Compile Any .c Source File
### To Compile any .c program

```bash
$ gcc filename.c -o filename
```

You are allowed to copy and implement these programs freely.

## Happy Coding ~ [offensive-vk](https://github.com/offensive-vk/)
## Happy Coding - [offensive-vk](https://github.com/offensive-vk/)

***

<p align="center">
<i>&copy; <a href="https://github.com/offensive-vk/">Vedansh </a> 2020 - Present</i><br>
Expand Down

0 comments on commit 1fa1687

Please sign in to comment.