Metadata-Version: 2.1
Name: iaed
Version: 1.0.2
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

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, 2024
