keon / algorithms

Minimal examples of data structures and algorithms in Python
MIT License
23.76k stars 4.59k forks source link

Adding Non commutative version and Doubly Linked List template #881

Open sdt4936 opened 1 year ago

sdt4936 commented 1 year ago

This is the non-commutative version for segment tree.

sdt4936 commented 1 year ago

@keon Lemme know if this looks good to merge!