Metadata-Version: 2.4
Name: iaed
Version: 1.0.3
Summary: IAED: Introduction to algorithms and data structures
Home-page: https://github.com/pedroreissantos/iaed
Author: Pedro Reis dos Santos
Author-email: reis.santos@tecnico.ulisboa.pt
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

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

&copy; Pedro Reis dos Santos, IST Ulisboa, 2026
