{"id":27880802,"url":"https://github.com/saurabh47/data-structures-and-algorithms","last_synced_at":"2025-05-05T04:37:42.966Z","repository":{"id":37033170,"uuid":"146696482","full_name":"saurabh47/Data-structures-and-algorithms","owner":"saurabh47","description":"Popular coding questions solution for interview preparation","archived":false,"fork":false,"pushed_at":"2025-03-06T15:36:11.000Z","size":772,"stargazers_count":14,"open_issues_count":6,"forks_count":8,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-06T16:28:56.962Z","etag":null,"topics":["algorithms-and-data-structures","competitive-programming","hacktoberfest","interview-preparation","leetcode"],"latest_commit_sha":null,"homepage":"","language":"Python","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/saurabh47.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2018-08-30T04:40:52.000Z","updated_at":"2025-03-06T15:36:15.000Z","dependencies_parsed_at":"2023-02-13T17:31:04.182Z","dependency_job_id":"fe9e194c-e917-4cce-bc84-9a75015434a7","html_url":"https://github.com/saurabh47/Data-structures-and-algorithms","commit_stats":null,"previous_names":["saurabh47/data-structures-and-algorithms"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saurabh47%2FData-structures-and-algorithms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saurabh47%2FData-structures-and-algorithms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saurabh47%2FData-structures-and-algorithms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saurabh47%2FData-structures-and-algorithms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/saurabh47","download_url":"https://codeload.github.com/saurabh47/Data-structures-and-algorithms/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252442474,"owners_count":21748448,"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-and-data-structures","competitive-programming","hacktoberfest","interview-preparation","leetcode"],"created_at":"2025-05-05T04:37:42.466Z","updated_at":"2025-05-05T04:37:42.959Z","avatar_url":"https://github.com/saurabh47.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"#### Data Structure and Algorithms\n\nThis repository is a collection of resources to help you prepare for coding interviews. You can use this repository to refer to solutions for coding questions. If you have a better solution to an existing question or have a solution to a new question, feel free to contribute.\n\n### Table of Contents\n\n- [Algorithms](algorithms/)\n- [Data Structures](data_structures/)\n- [Cryptography](cryptography/)\n- [HackerRank](hackerrank/)\n- [Leetcode](leetcode/)\n- [Number Theory](number_theory/)\n- [Patterns](patterns/)\n- [Google Foobar](foobar/)\n- [String manipulation](string_manipulation/)\n\n## Running a Python program\n\n#### Download Python\n\n- [Python](https://www.python.org/downloads/)\n- [Python 3](https://www.python.org/downloads/)\n\n#### Run the program\n\n```python\npython3 \u003cfilename\u003e.py\n```\n\n## Running a cpp program\n\n### **compilation**\n\n### Mac/Linux\n\n```\ng++ file.cpp -o file.out\n```\n\n### Windows\n\n```\ng++ file.cpp -o file.exe\n```\n\n### **Running**\n\n### Mac/Linux\n\n```\n./file.out\n```\n\n### Windows\n\n```\nfile\n```\n\n### **Passing command line arguments**\n\n```\n./file.out arg1 arg2\n```\n\n### Running a c program\n\n**compilation**\n\n```\ngcc file.c -o file.out\n```\n\n**running**\n\n```\n./file.out\n```\n\n**passing command line arguments**\n\n```\n./file.out arg1 arg2\n```\n\n\n## Contributing Policy\n\nBy Sharing a code to this repository you agree to the following:\n\n- The code shared is written by you and not copied from any other source.\n- You have full rights to the code you are contributing and it does not violate any law or third party rights.\n- You agree that your contribution will be publicly available for use under the [MIT License](LICENSE).\n- You agree that the maintainers of this repository have the right to edit, modify, copy, share your code under the [MIT License](LICENSE).\n- You agree to indemnify and hold harmless the maintainers of this repository from any damages or claims caused by your contribution.\n- You agree to follow the [Code of Conduct](CODE_OF_CONDUCT.md) of this repository.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaurabh47%2Fdata-structures-and-algorithms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsaurabh47%2Fdata-structures-and-algorithms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaurabh47%2Fdata-structures-and-algorithms/lists"}