📝 Added bookmark/page on sorting algos in c
This commit is contained in:
parent
90a6f6e0f3
commit
76308b4fb2
2 changed files with 269 additions and 1 deletions
4
aliases
4
aliases
|
|
@ -206,7 +206,7 @@ alias tkill="tmux kill-ses -t"
|
|||
# programming specific aliases
|
||||
alias cc="cc -Wall -Werror -Wextra"
|
||||
alias cprogrammingtags="ctags"
|
||||
alias vgrind="valgrind --leak-check=full --track-origins=yes -s"
|
||||
alias vgrind="valgrind --leak-check=full --show-leak-kinds=all --track-origins=yes -s"
|
||||
|
||||
# game shortcuts
|
||||
alias {cbpunk,cyberpunk}="steam steam://rungameid/1091500 &"
|
||||
|
|
@ -247,6 +247,8 @@ alias buildyourown="librewolf https://github.com/codecrafters-io/build-your-own-
|
|||
alias {tomprestonwerner,tpw}="links https://tom.preston-werner.com"
|
||||
alias unixsheikh="links https://unixsheikh.com"
|
||||
# C Programming
|
||||
|
||||
alias calgos="librewolf https://www.edureka.co/blog/sorting-algorithms-in-c/ &"
|
||||
alias cprogram="librewolf https://www.cprogramming.com/ &"
|
||||
alias learnc="librewolf https://learn-c.org &"
|
||||
alias cdemos="librewolf https://www.demo2s.com/c/c.html &"
|
||||
|
|
|
|||
266
sorting-algorithms-in-c.html
Normal file
266
sorting-algorithms-in-c.html
Normal file
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue