pedroreissantos / iaed

Introduction to algorithms and data structures

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IAED: Introduction to algorithms and data structures

  1. search: linear and binary
  2. sorting: selection, insertion, bubble, shell, quick, merge, heap, counting, readix LSB/MSB
  3. hash-tables: external, linear probing, double hashing
  4. tree: binary search, AVL
  5. graph: breadth transversal, depth transversal

(C) prs, IST 2024

About

Introduction to algorithms and data structures

License:MIT License


Languages

Language:Python 97.9%Language:Makefile 2.1%