- Notifications
You must be signed in to change notification settings - Fork83
Implementations of Algorithms and Data Structures
License
jakobkogler/Algorithm-DataStructures
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Implementations of common algorithms and data structures used for competitive programming.
The algorithms and data structures can easily be pasted into a document using the included Vim plugin.
Usevim-plug or any Vim plugin manager of your choice.The pluginfzf is a requirement.
With vim-plug:
Plug'junegunn/fzf', {'dir':'~/.fzf','do':'./install --all' }Plug'jakobkogler/Algorithm-DataStructures'
The plugin defines a single commandAlgDS.It can be mapped like this:
nmap<leader>alg :AlgDS<CR>
There are some pretty printer for GDB.You can activate them by putting the following in your~/.gdbinit:
source~/.vim/plugged/Algorithm-DataStructures/prettyprint.py
WTFPL
About
Implementations of Algorithms and Data Structures
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors4
Uh oh!
There was an error while loading.Please reload this page.
