Skip to content

Instantly share code, notes, and snippets.

View gideonaina's full-sized avatar
💭
Docker + kubectl

Gideon Aina gideonaina

💭
Docker + kubectl
View GitHub Profile
@gideonaina
gideonaina / DS&Algo.md
Last active August 30, 2022 00:38
Computer Science Basics

Table of contents

PART 1 - Algorithms

1.1 Sorting Algorithms

1.1.1 [Sorting Algorithm Stability](#sortingAlgorithmStability)

1.1.2 [Groups of Sorting Algorithm by Time complexity](#groupsOfsortingAlgorithm)
#!/bin/bash
# assign variables
ACTION=${1}
function create_file() {
touch "${1}-54321"
}