Skip to content

Instantly share code, notes, and snippets.

View iceadobe's full-sized avatar
:octocat:
Tab > Spaces

Himalaya Ghimire iceadobe

:octocat:
Tab > Spaces
View GitHub Profile
@iceadobe
iceadobe / .obsidian.vimrc
Last active June 22, 2024 15:36
Obsidian vimrc keymappings
""""""""""""""""""""""""""""
" Global Options and Configuration
""""""""""""""""""""""""""""
set clipboard=unnamed
nmap <Esc><Esc> :nohl
" important to use <Space> as a leader key
unmap <Space>
""""""""""""""""""""""""""""
" Navigation
@iceadobe
iceadobe / dsa checklist.md
Created June 19, 2022 06:40 — forked from Trevahok/dsa checklist.md
a checklist for data structures and algorithms

Searching and Sorting


  • insertion sort
  • selection sort
  • bubble sort
  • heap sort
  • Quick Sort - in place
  • Merge Sort
  • Binary Search