{"id":19606722,"url":"https://github.com/learnwithfair/data-structure","last_synced_at":"2026-04-17T08:31:16.311Z","repository":{"id":239638072,"uuid":"800110458","full_name":"learnwithfair/data-structure","owner":"learnwithfair","description":"data-structure with [learnwithfair, Learn with fair, Rahatul Rabbi, Md Rahatul Rabbi ,rahatulrabbi]","archived":false,"fork":false,"pushed_at":"2024-05-13T18:14:40.000Z","size":39,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-10T18:31:44.053Z","etag":null,"topics":["2-2","academic","data-structures","data-structures-and-algorithms","learn-with-fair","learnwithfair","python","rahatul-rabbi","rahatulrabbi"],"latest_commit_sha":null,"homepage":"","language":"Python","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/learnwithfair.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-05-13T18:07:59.000Z","updated_at":"2024-05-13T18:15:03.000Z","dependencies_parsed_at":"2024-05-13T19:44:40.984Z","dependency_job_id":null,"html_url":"https://github.com/learnwithfair/data-structure","commit_stats":null,"previous_names":["learnwithfair/data-structure"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/learnwithfair/data-structure","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/learnwithfair%2Fdata-structure","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/learnwithfair%2Fdata-structure/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/learnwithfair%2Fdata-structure/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/learnwithfair%2Fdata-structure/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/learnwithfair","download_url":"https://codeload.github.com/learnwithfair/data-structure/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/learnwithfair%2Fdata-structure/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31921758,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"online","status_checked_at":"2026-04-17T02:00:06.879Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["2-2","academic","data-structures","data-structures-and-algorithms","learn-with-fair","learnwithfair","python","rahatul-rabbi","rahatulrabbi"],"created_at":"2024-11-11T10:07:01.825Z","updated_at":"2026-04-17T08:31:16.291Z","avatar_url":"https://github.com/learnwithfair.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DATA-STRUCTURE\n\n[![Youtube][youtube-shield]][youtube-url]\n[![Facebook][facebook-shield]][facebook-url]\n[![Instagram][instagram-shield]][instagram-url]\n[![LinkedIn][linkedin-shield]][linkedin-url]\n\nThanks for visiting my GitHub account!\n\n\u003cimg src =\"https://cdn1.vectorstock.com/i/1000x1000/87/55/data-structure-icon-simple-element-from-vector-29428755.jpg\" height = \"200px\" width = \"200px\"/\u003e A **data structure** is a specialized format for organizing, processing, retrieving and storing data. There are several basic and advanced types of data structures, all designed to arrange data to suit a specific purpose. Data structures make it easy for users to access and work with the data they need in appropriate ways.. [see-more](https://www.geeksforgeeks.org/data-structures/)\n\nA **data structure** is a particular way of organising data in a computer so that it can be used effectively. The idea is to reduce the space and time complexities of different tasks.\n\n|                              |\n| :--------------------------: |\n| ![roadmap](images/types.jpg) |\n\n[documentation](https://github.com/learnwithfair/python-documentation)\n\n## Source Code (Download)\n\n[Click Here](https://mega.nz/folder/tL00VSoQ#E4snCVQ3MAKOd-Nss7sWEA)\n\n## Required Software (Download)\n\n- Python, Download-\u003e https://www.python.org/downloads/\n- Pycharm (Community), Download-\u003e https://www.jetbrains.com/pycharm/download/?section=windows\n- Or, Visual Studio, Download-\u003e https://code.visualstudio.com/download\n- For MySQL Database, Download-\u003e https://www.mysql.com/downloads/\n\n## Python Install\n\nMany PCs and Macs will have Python already installed.\nTo check if you have Python installed on a Windows PC, search in the start bar for Python or run the following on the Command Line (cmd.exe):\n\n```diff\npython --version\n```\n\n## The Python Command Line\n\n```diff\nC:\\Users\\Your Name\u003epython\n```\n\nOr, if the \"python\" command did not work, you can try \"py\"\n\n```diff\nC:\\Users\\Your Name\u003epy\n```\n\nFrom there you can write any Python, including our hello world example from earlier in the tutorial\n\n```diff\n\u003e\u003e\u003e print(\"Hello, World!\")\n```\n\n## Project Features\n\n|                              |\n| :--------------------------: |\n| ![roadmap](images/index.png) |\n\n## Follow Me\n\n[\u003cimg src='https://cdn.jsdelivr.net/npm/simple-icons@3.0.1/icons/github.svg' alt='github' height='40'\u003e](https://github.com/learnwithfair) [\u003cimg src='https://cdn.jsdelivr.net/npm/simple-icons@3.0.1/icons/facebook.svg' alt='facebook' height='40'\u003e](https://www.facebook.com/learnwithfair/) [\u003cimg src='https://cdn.jsdelivr.net/npm/simple-icons@3.0.1/icons/instagram.svg' alt='instagram' height='40'\u003e](https://www.instagram.com/learnwithfair/) [\u003cimg src='https://cdn.jsdelivr.net/npm/simple-icons@3.0.1/icons/twitter.svg' alt='twitter' height='40'\u003e](https://www.twiter.com/learnwithfair/) [\u003cimg src='https://cdn.jsdelivr.net/npm/simple-icons@3.0.1/icons/youtube.svg' alt='YouTube' height='40'\u003e](https://www.youtube.com/@learnwithfair)\n\n\u003c!-- MARKDOWN LINKS \u0026 IMAGES --\u003e\n\n[youtube-shield]: https://img.shields.io/badge/-Youtube-black.svg?style=flat-square\u0026logo=youtube\u0026color=555\u0026logoColor=white\n[youtube-url]: https://youtube.com/@learnwithfair\n[facebook-shield]: https://img.shields.io/badge/-Facebook-black.svg?style=flat-square\u0026logo=facebook\u0026color=555\u0026logoColor=white\n[facebook-url]: https://facebook.com/learnwithfair\n[instagram-shield]: https://img.shields.io/badge/-Instagram-black.svg?style=flat-square\u0026logo=instagram\u0026color=555\u0026logoColor=white\n[instagram-url]: https://instagram.com/learnwithfair\n[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=flat-square\u0026logo=linkedin\u0026colorB=555\n[linkedin-url]: https://linkedin.com/company/learnwithfair\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flearnwithfair%2Fdata-structure","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flearnwithfair%2Fdata-structure","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flearnwithfair%2Fdata-structure/lists"}