Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 531 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 531 Bytes

#Learning scripts about Python, Algorithms, Data Structures

===================== Python Class Design

https://speakerdeck.com/pyconslides/pythons-class-development-toolkit-by-raymond-hettinger

=====================

Algorithms: Design and Analysis, Part 1

by Tim Roughgarden

Merge Sort, Quick Sort, Min Cut, DFS, Strongly Connected Component, Dijkstra Shortest Path

Heap, Binary Search Tree

======================

Introduction à la programmation orientée objet (en C++) OOP

École Polytechnique Fédérale de Lausanne