Skip to content

Instantly share code, notes, and snippets.

View loguntsov's full-sized avatar
💭
open for offers

Sergey Loguntsov loguntsov

💭
open for offers
  • Russia, Saint-Petersburg
View GitHub Profile
@loguntsov
loguntsov / gist:fbdce14942756f23dfa056429cb1073a
Created November 3, 2021 20:37 — forked from debasishg/gist:8172796
A collection of links for streaming algorithms and data structures
  1. General Background and Overview
Header
"%%"
"%% @Author: Sergey Loguntsov <loguntsov@gmail.com>"
"%%"
"%%".
Nonterminals
main_program exp_el
expression
func_call args
@loguntsov
loguntsov / rbtree.erl
Last active October 20, 2022 08:58
Red black tree implementation in Erlang.
% Fuad Tabba (cs.auckland.ac.nz at fuad OR altabba.org at fuad)
% June, 2008
% Posted at http://www.altabba.org/2008/06/full-red-black-tree-implementation-in.html
% In case anyone might actually want to use this code, I've decided to make it
% public domain, unless there are portions of it that infringe on other people's
% copyrights, in that case those people's permissions must be sought.
% References:-
% http://semanticvector.blogspot.com/2008/05/red-black-tree-in-2-hours.html