Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

letsdoitfinally/Algorithm-DataStructures

Open more actions menu
 
 

Repository files navigation

Algorithm-DataStructures

Implementations of common algorithms and data structures used for competitive programming.

Vim plugin

The algorithms and data structures can easily be pasted into a document using the included Vim plugin.

demonstration

Installation

Use vim-plug or any Vim plugin manager of your choice. The plugin fzf is a requirement.

With vim-plug:

Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': './install --all' }
Plug 'jakobkogler/Algorithm-DataStructures'

Command/Usage

The plugin defines a single command AlgDS. It can be mapped like this:

nmap <leader>alg :AlgDS<CR>

Pretty Printer

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

License

WTFPL

About

Implementations of Algorithms and Data Structures

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 94.1%
  • Python 2.5%
  • C 1.3%
  • Other 2.1%
Morty Proxy This is a proxified and sanitized view of the page, visit original site.