{"id":24318181,"url":"https://github.com/bpavan16/phonesimulator-dsa-project","last_synced_at":"2026-04-24T13:04:55.303Z","repository":{"id":215624882,"uuid":"739402102","full_name":"bPavan16/PhoneSimulator-dsa-project","owner":"bPavan16","description":"This is a Data Structures and Algorithms (DSA) course project created during the 3rd semester of (BE) ","archived":false,"fork":false,"pushed_at":"2025-01-16T07:35:27.000Z","size":62,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-16T08:32:52.451Z","etag":null,"topics":["algorithms","course-project","dsa-algorithm","dsa-implementations"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bPavan16.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-01-05T13:33:29.000Z","updated_at":"2025-01-16T07:37:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"0dd75602-f178-40a3-bdeb-97b38f889590","html_url":"https://github.com/bPavan16/PhoneSimulator-dsa-project","commit_stats":null,"previous_names":["bpavan16/simple_os"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bPavan16%2FPhoneSimulator-dsa-project","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bPavan16%2FPhoneSimulator-dsa-project/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bPavan16%2FPhoneSimulator-dsa-project/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bPavan16%2FPhoneSimulator-dsa-project/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bPavan16","download_url":"https://codeload.github.com/bPavan16/PhoneSimulator-dsa-project/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242903062,"owners_count":20204208,"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":["algorithms","course-project","dsa-algorithm","dsa-implementations"],"created_at":"2025-01-17T14:37:25.352Z","updated_at":"2026-04-24T13:04:55.220Z","avatar_url":"https://github.com/bPavan16.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Phone Simulator\n\n## Overview\nThe Phone Simulator is a C application that simulates basic phone functionalities using various data structures such as hashtables, heaps, graphs, linked lists, stacks, queues, and trees\n\n## Project Structure\n```\nphone-simulator\n├── src\n│   ├── main.c\n│   ├── data_structures\n│   │   ├── hashtable.c\n│   │   ├── hashtable.h \n│   │   ├── heap.c\n│   │   ├── heap.h\n│   │   ├── graph.c\n│   │   ├── graph.h\n│   │   ├── linkedlist.c\n│   │   ├── linkedlist.h\n│   │   ├── queue.c\n│   │   ├── queue.h\n│   │   ├── stack.c\n│   │   ├── stack.h\n│   │   ├── tree.c\n│   │   └── tree.h\n│   ├── simulator\n│   │   ├── phone.c\n│   │   └── phone.h\n│   └── utils\n│       ├── common.c\n│       └── common.h\n├── Makefile\n└── README.md\n```\n\n## Setup Instructions\n1. Clone the repository:\n   ```\n   git clone \u003crepository-url\u003e\n   ```\n2. Navigate to the project directory:\n   ```\n   cd phone-simulator\n   ```\n\n## Usage\nAfter building the project, run the executable to start the phone simulator:\n```\ngcc main.c\n./phone-simulator.out\n```\n\n## Contributing\nFeel free to submit issues or pull requests for improvements and enhancements.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbpavan16%2Fphonesimulator-dsa-project","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbpavan16%2Fphonesimulator-dsa-project","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbpavan16%2Fphonesimulator-dsa-project/lists"}