{"id":23156156,"url":"https://github.com/adhadse/dsawithgo","last_synced_at":"2025-10-17T07:28:47.334Z","repository":{"id":104009840,"uuid":"450021288","full_name":"adhadse/DSAWithGo","owner":"adhadse","description":"A DSA repository but everything is in Go. ","archived":false,"fork":false,"pushed_at":"2022-09-17T05:42:18.000Z","size":130,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-10T02:51:20.993Z","etag":null,"topics":["algorithms","benchmark","data-structures","dsa","dsa-practice","go","golang","test-driven-development"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/adhadse.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":"2022-01-20T08:52:23.000Z","updated_at":"2022-11-01T05:17:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"1287d35f-27d8-46d9-88ea-97013305c5e2","html_url":"https://github.com/adhadse/DSAWithGo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adhadse%2FDSAWithGo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adhadse%2FDSAWithGo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adhadse%2FDSAWithGo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adhadse%2FDSAWithGo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adhadse","download_url":"https://codeload.github.com/adhadse/DSAWithGo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247219324,"owners_count":20903422,"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","benchmark","data-structures","dsa","dsa-practice","go","golang","test-driven-development"],"created_at":"2024-12-17T21:12:46.347Z","updated_at":"2025-10-17T07:28:42.263Z","avatar_url":"https://github.com/adhadse.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DSAWithGo \u003cimg width=100 src=\"https://upload.wikimedia.org/wikipedia/commons/0/05/Go_Logo_Blue.svg\"/\u003e\nA DSA repository but everything is in Go. Leave a star🌟if you love Go and like this repository.💫\n\nReimplementation of this [DSA repo](https://github.com/thisisshub/DSA) by [thisisshub](https://github.com/thisisshub/) with some tweaks, and new implementation for others  :)\n\n# Contents 📃\n1. [backtracking](https://github.com/adhadse/DSAWithGo/tree/master/backtracking)\n2. [bit_magic](https://github.com/adhadse/DSAWithGo/tree/master/bit_magic)\n3. [graph](https://github.com/adhadse/DSAWithGo/tree/master/graph)\n4. [greedy](https://github.com/adhadse/DSAWithGo/tree/master/greedy)\n5. [linked_list](https://github.com/adhadse/DSAWithGo/tree/master/linked_list)\n6. [mathematics](https://github.com/adhadse/DSAWithGo/tree/master/mathematics)\n7. [queue](https://github.com/adhadse/DSAWithGo/tree/master/queue)\n8. [recursion](https://github.com/adhadse/DSAWithGo/tree/master/recursion)\n9. [searching](https://github.com/adhadse/DSAWithGo/tree/master/searching)\n10. [sorting](https://github.com/adhadse/DSAWithGo/tree/master/sorting)\n11. [tree](https://github.com/adhadse/DSAWithGo/tree/master/tree)\n\n# FAQ  🤔\n1. **Why in Go? Why not in Python/C/C++ etc?**\n\nAs for C/C++, you can, you probably should! But when the focus is learning DSA, C/C++'s complexity can become a barrier. As for Python, it's already done by [thisisshub](https://github.com/thisisshub/).\n\nThen why Go? One reason is for pure performance comparable to C, combined with the simplicity and ease like python.😎\n\n2. **How do I use it?**\n\nGo through them one by one, and reimplement in your favourite language.\n\n# Contribute\nRead [Contributing Guidelines](https://github.com/adhadse/DSAWithGo/blob/master/CONTRIBUTING.md)\n# Prerequisites 📝\nInstall Go for your relevant platform. If you are using editors or IDEs it's fairly easy to play through them, otherwise you can run these commands:\n\n- Running all tests \n\n   ```go\n   go test ./...\n   ```\n- Running all benchmark\n  \n  ```go\n  go test ./... -bench ./...\n  ```\n- Benchmarking a package, go into that package and,\n\n  ```go\n  go test -bench .\n  ```\n- Testing a package, go into that package and\n\n  ```go\n  go test .\n  ```\n   \nCreated By [Anurag Dhadse](https://anuragdhadse.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadhadse%2Fdsawithgo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadhadse%2Fdsawithgo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadhadse%2Fdsawithgo/lists"}