From f85fc839d8f4c8040ae186bb883ab86e61a36a2a Mon Sep 17 00:00:00 2001 From: Daniel James Szelogowski Date: Mon, 1 Jan 2024 17:45:01 -0600 Subject: [PATCH] Delete Chunk List/README.md --- Chunk List/README.md | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 Chunk List/README.md diff --git a/Chunk List/README.md b/Chunk List/README.md deleted file mode 100644 index 7b035b9..0000000 --- a/Chunk List/README.md +++ /dev/null @@ -1,28 +0,0 @@ -# About -A Chunk List is a new, concurrent, chunk-based data structure that is easily modifiable and allows for fast runtime operations. - -# Usage -The __Presentation__ folder contains a full presentation and research paper in PDF and XPS formats, containing the following information: - * What is a chunk list? - * Where is a chunk list used? - * Implementation details (construction, basic methods) - * Complexity Analysis (Big-O) - * Unit Testing - * Integration - -Program files are kept within the _master_ branch. - -A full implementation of the class is kept within the __ChunkList.cs__ file in the namespace __Chunk_List__, to be included within the program. - -The __Program.cs__ file contains a benchmark test for comparison between an ArrayList (List) and Chunk List. - -# Bugs/Features -Bugs are tracked using the GitHub Issue Tracker. - -Please use the issue tracker for the following purpose: - * To raise a bug request; do include specific details and label it appropriately. - * To suggest any improvements in existing features. - * To suggest new features or structures or applications. - -# License -The code is licensed under Apache License 2.0.