Data Structures and Algorithms Source Code
Project description
UC Berkeley Extension - Data Structures and Algorithms Class
A collection of classes and functions for use in Comp Sci X404.1: Data Structures and Algorithms Class.
2024.08.16
- Moved Trie end_marker from an instance variable to a class variable (Trie.end_marker)
2024.08.15
dsa.draw
- new module to provide optional NetworkX graphics to:
- graphs
- tries
- trees
- heaps
dsa module
- ran code through RUFF
dsa.graphs module
- Added vertices() method to AdjacencyListGraph, AdjacencyListWeightedGraph
- Dropped Vertex classes
dsa.tree
- renamed Node class to TreeNode
2024.7.23
dsa.graphs module
- added is_edge() methods for AdjacencyMatrixGraph, AdjacencyMatrixWeightedGraph, AdjacencyListGraph, AdjacencyListWeightedGraph
- added index operator (returns a list of adjacent labels) for AdjacencyMatrixGraph, AdjacencyMatrixWeightedGraph
- cleaned up and refactored parameter names
2024.7.19
dsa.graphs module
- Added AdjacencyMatrixGraph, AdjacencyMatrixWeightedGraph, AdjacencyListGraph, AdjacencyListWeightedGraph
- Deprecated: Vertex, WeightedVertex
dsa.heap module
- Removed MinHeap option from the Heap class
- Added dedicated MinHeap class
- Added Priority Queue class
dsa package
- Misc. code improvements, documentation updates and API consistency
TODO
- copy() method for LinkedList, DoublyLinkedList, Trie, Heap and Graph
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ucxdsa-2024.8.16.tar.gz
(409.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ucxdsa-2024.8.16.tar.gz.
File metadata
- Download URL: ucxdsa-2024.8.16.tar.gz
- Upload date:
- Size: 409.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e2ccb94c0535fb093f15c8454a1e841cb5f656f538455e865586cb20d812450d
|
|
| MD5 |
6b09e6844e7fd2fc9fabdec135332919
|
|
| BLAKE2b-256 |
778faee42356381527129b4b3416995aa8e55e0671c3bf010cb1eafb8df20c60
|
File details
Details for the file ucxdsa-2024.8.16-py3-none-any.whl.
File metadata
- Download URL: ucxdsa-2024.8.16-py3-none-any.whl
- Upload date:
- Size: 25.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f78eca6143c2ac3e5a5288a91ba9417063db370c6c54401465f1492b8d6fd2ef
|
|
| MD5 |
ea0372cb7bbe8ef5261a4b53235259f0
|
|
| BLAKE2b-256 |
2607d860a4170c2bf1cffb80b2f10695b226c029893a02fe012428928e0a634f
|