FranciscoThiesen / contest-notebook

Implementations of Algorithms and Data Structures

Home Page:https://www.youtube.com/channel/UCIyYdngljsLPMe2HiJ-icPw

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Based on the jakobkogler/Algorithm-DataStructures

contest-notebook

This repo contains algorithms and data structures that might be useful during programming contest.

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 'FranciscoThiesen/contest-notebook'

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

https://www.youtube.com/channel/UCIyYdngljsLPMe2HiJ-icPw

License:Do What The F*ck You Want To Public License


Languages

Language:C++ 94.0%Language:Python 2.4%Language:C 1.6%Language:Java 1.0%Language:Objective-C 0.6%Language:Vim Script 0.5%