From 6dcac2da742288eaaed6144a92f7a897383fa0ff Mon Sep 17 00:00:00 2001 From: Carlos Gutierrez Date: Sun, 23 Nov 2025 16:05:19 -0500 Subject: [PATCH] Adding algorithms and datastructures --- README.md | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/README.md b/README.md index 9e02f88..0264d67 100644 --- a/README.md +++ b/README.md @@ -215,25 +215,6 @@ Through this assignment, I have achieved the following learning outcomes: - **Software Engineering**: Applied best practices including comprehensive testing, error handling, code documentation, and modular design. -## Code Screenshots - -Below are screenshots of the actual implementations and testing setup: - -![Deterministic Selection Implementation](docs/screenshot_deterministic.png) -*Figure 1: Deterministic selection algorithm implementation showing the Median of Medians function* - -![Randomized Selection Implementation](docs/screenshot_randomized.png) -*Figure 2: Randomized selection algorithm implementation with random pivot selection* - -![Data Structures Implementation](docs/screenshot_datastructures.png) -*Figure 3: Data structures implementation showing linked list and tree classes* - -![Test Execution](docs/screenshot_tests.png) -*Figure 4: Running comprehensive test suite to validate all implementations* - -![Benchmark Execution](docs/screenshot_benchmarks.png) -*Figure 5: Benchmark execution showing performance comparison between algorithms* - ## Practical Applications ### Selection Algorithms @@ -251,4 +232,4 @@ Below are screenshots of the actual implementations and testing setup: ## Academic Integrity Statement -This project is submitted for academic evaluation in MSCS532 – Data Structures and Algorithms. All code, analysis, and documentation were authored by Carlos Gutierrez for the specific purpose of this assignment. \ No newline at end of file +This project is submitted for academic evaluation in MSCS532 – Data Structures and Algorithms. All code, analysis, and documentation were authored by Carlos Gutierrez for the specific purpose of this assignment.