Skip to content

yash97/Algorithm-DataStructures

This branch is 67 commits behind jakobkogler/Algorithm-DataStructures:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9c8f9ff · Oct 18, 2018
Oct 3, 2017
Mar 5, 2017
Feb 23, 2018
Sep 9, 2018
Jun 5, 2018
Sep 10, 2018
May 28, 2018
Oct 18, 2018
May 10, 2018
Jul 4, 2018
Dec 14, 2017
Dec 13, 2017
Oct 3, 2017
Oct 2, 2017
Dec 13, 2017

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.

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>

License

WTFPL

About

Implementations of Algorithms and Data Structures

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 93.3%
  • Python 2.7%
  • Java 1.5%
  • Other 2.5%