- insertion sort
- selection sort
- bubble sort
- heap sort
- Quick Sort - in place
- Merge Sort
- Binary Search
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"""""""""""""""""""""""""""" | |
" Global Options and Configuration | |
"""""""""""""""""""""""""""" | |
set clipboard=unnamed | |
nmap <Esc><Esc> :nohl | |
" important to use <Space> as a leader key | |
unmap <Space> | |
"""""""""""""""""""""""""""" | |
" Navigation |