{"id":20727672,"url":"https://github.com/usamahussaindev/data_structures","last_synced_at":"2025-07-28T11:03:10.476Z","repository":{"id":198942769,"uuid":"701835544","full_name":"usamahussaindev/Data_Structures","owner":"usamahussaindev","description":"Implemented \u0026\u0026 Learn how to use and work with these fundamental data structures in C#","archived":false,"fork":false,"pushed_at":"2023-10-09T18:17:37.000Z","size":24,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-17T23:43:38.216Z","etag":null,"topics":["csharp","data-structure-types","data-structures","practice-programming","practice-project","programming-language"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/usamahussaindev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-10-07T17:42:40.000Z","updated_at":"2023-10-08T11:57:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"1021ddf9-f878-4d26-a84c-df0379988bb4","html_url":"https://github.com/usamahussaindev/Data_Structures","commit_stats":null,"previous_names":["usamahussaindev/data_structures"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usamahussaindev%2FData_Structures","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usamahussaindev%2FData_Structures/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usamahussaindev%2FData_Structures/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usamahussaindev%2FData_Structures/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/usamahussaindev","download_url":"https://codeload.github.com/usamahussaindev/Data_Structures/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243005131,"owners_count":20220426,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["csharp","data-structure-types","data-structures","practice-programming","practice-project","programming-language"],"created_at":"2024-11-17T04:33:20.001Z","updated_at":"2025-03-11T09:23:12.639Z","avatar_url":"https://github.com/usamahussaindev.png","language":"C#","readme":"# C# Data Structures Implementation\n\nThis repository contains examples of various data structures implemented in C#. Each data structure is demonstrated in a separate file, and this README provides an overview of each data structure along with usage instructions.\n\n## Data Structures Included\n\n### 1. LinkedList\n\n- **File:** `LinkedList.cs`\n- **Description:** Demonstrates the usage of a doubly linked list in C#. Includes adding elements to the list and iterating through it.\n\n### 2. HashSet\n\n- **File:** `HashSet.cs`\n- **Description:** Demonstrates the usage of a HashSet in C#. Shows how to create a set of unique elements and perform basic operations like adding, removing, and checking for existence.\n\n### 3. SortedSet\n\n- **File:** `SortedSet.cs`\n- **Description:** Demonstrates the usage of a SortedSet in C#. Illustrates how to create a sorted set of elements and the automatic sorting behavior.\n\n### 4. BitArray\n\n- **File:** `BitArray.cs`\n- **Description:** Demonstrates the usage of a BitArray in C#. Explains how to work with individual bits, making it useful for bitwise operations and compactly storing boolean values.\n\n## Running the Examples\n\nTo run any of the data structure examples, follow these steps:\n\n1. Clone this repository to your local machine:\n\n \n\n  :\n   ```shell\n   git clone https://github.com/usamahussaindev/data_structures\n```\n\n\n2. Navigate to the directory of the specific data structure you want to run (e.g., `DataStructures`).\n\n3. Compile and run the example using the C# compiler (e.g., `csc` or `dotnet`):\n\n\n\n## Contributions\n\nContributions to this project are welcome! If you have improvements, additional data structures, or corrections to the examples, please feel free to create a pull request.\n\n## License\n\nThis project is licensed under the MIT License.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fusamahussaindev%2Fdata_structures","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fusamahussaindev%2Fdata_structures","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fusamahussaindev%2Fdata_structures/lists"}