An open API service indexing awesome lists of open source software.

https://github.com/akashchouhan16/shell-cheatsheet

Implementation-based Shell scripts and Scheduling Algorithms cpp codes.
https://github.com/akashchouhan16/shell-cheatsheet

bash cplusplus shell shell-scripts

Last synced: about 2 months ago
JSON representation

Implementation-based Shell scripts and Scheduling Algorithms cpp codes.

Awesome Lists containing this project

README

          

# Shell-CheatSheet

[![Maintenance](https://img.shields.io/badge/Maintained%3F-not%20really-green.svg)](https://GitHub.com/Naereen/StrapDown.js/graphs/commit-activity "Repo Maintained")
[![Ask Me Anything !](https://img.shields.io/badge/Ask%20me-anything-1abc9c.svg)](https://GitHub.com/akashchouhan16/ "github.com/akashchouhan16")
[![made-for-VSCode](https://img.shields.io/badge/Made%20for-VSCode-1f425f.svg)](https://code.visualstudio.com/ "VSCODE")
[![GitHub issues](https://img.shields.io/github/issues/akashchouhan16/Shell-CheatSheet.svg)](https://github.com/akashchouhan16/Shell-CheatSheet/issues)
![GitHub last commit](https://img.shields.io/github/last-commit/akashchouhan16/Shell-CheatSheet.svg)

Basic implementation based bash scripts (`.sh`) and scheduling algorithm implementations using `C++`.

---

## Topics-wise Question sets

- [Question **Set1**](https://github.com/akashchouhan16/Shell-CheatSheet/tree/main/Q_set1 "Number-based programs")
- [Question **Set2**](https://github.com/akashchouhan16/Shell-CheatSheet/tree/main/Q_set2 "Loops & Conditionals")
- [Question **Set3**](https://github.com/akashchouhan16/Shell-CheatSheet/tree/main/Q_set3 "Array basics in Bash")
- [Question **Set4**](https://github.com/akashchouhan16/Shell-CheatSheet/tree/main/Q_set4 "Arrays in Bash")
- [Question **Set5**](https://github.com/akashchouhan16/Shell-CheatSheet/tree/main/Q_set5 "Functions in Bash")
- [Question **Set6**](https://github.com/akashchouhan16/Shell-CheatSheet/tree/main/Q_set6 "File Handling in Bash")
- [Question **Set7**](https://github.com/akashchouhan16/Shell-CheatSheet/tree/main/Q_set7 "P Scheduling algo")
- [Question **Set8**](https://github.com/akashchouhan16/Shell-CheatSheet/tree/main/Q_set8 "NP Scheduling Algo")

---