{"id":25350906,"url":"https://github.com/vincevargadev/algorithms_dart","last_synced_at":"2025-04-08T21:49:16.440Z","repository":{"id":102482189,"uuid":"192785463","full_name":"vincevargadev/algorithms_dart","owner":"vincevargadev","description":"Test-Driven Dart Algorithms. Coding interview questions, algorithms, problems solved using Dart.","archived":false,"fork":false,"pushed_at":"2019-10-13T04:42:19.000Z","size":21,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-14T17:18:57.085Z","etag":null,"topics":["algorithm-challenges","algorithms","coding-challenge","coding-interviews","dart","dartlang","interview-practice","programming-challenges","tdd","tech-interview","test-driven-dart","test-driven-development"],"latest_commit_sha":null,"homepage":"","language":"Dart","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/vincevargadev.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":"2019-06-19T18:35:59.000Z","updated_at":"2025-01-22T14:55:45.000Z","dependencies_parsed_at":"2023-03-13T15:19:12.774Z","dependency_job_id":null,"html_url":"https://github.com/vincevargadev/algorithms_dart","commit_stats":null,"previous_names":["vincevargadev/algorithms_dart","dartsidedev/algorithms"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vincevargadev%2Falgorithms_dart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vincevargadev%2Falgorithms_dart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vincevargadev%2Falgorithms_dart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vincevargadev%2Falgorithms_dart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vincevargadev","download_url":"https://codeload.github.com/vincevargadev/algorithms_dart/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247934808,"owners_count":21020724,"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":["algorithm-challenges","algorithms","coding-challenge","coding-interviews","dart","dartlang","interview-practice","programming-challenges","tdd","tech-interview","test-driven-dart","test-driven-development"],"created_at":"2025-02-14T17:18:54.905Z","updated_at":"2025-04-08T21:49:16.416Z","avatar_url":"https://github.com/vincevargadev.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [`dartsidedev/algorithms`](https://github.com/dartsidedev/algorithms)\n\n**Solutions to various algorithms using the Dart programming language.**\n\n\u003e by [Vince Varga](https://github.com/vargavince91)\n\n## What to expect\n\nI decided to implement various algorithms, solve programming challenges and problems, all the while I'm learnign to write idiomatic [Dart](http://dart.dev) code and get better at testing in Dart. I used to test everything thoroughly in JavaScript, but didn't really learn the testing libraries in Dart yet.\n\nBased on the things I'm learning here, I write a Dart package for all things data structures and common algorithms. Go to [`dartsidedev/pop_dart`](https://github.com/dartsidedev/pop_dart) to figure out where we stand on library front today.\n\n## Development\n\n### Formatting\n\nThis project uses [`dartfmt`](https://dart.dev/tools/dartfmt) to idiomatically format Dart source code.\n\nRun `dartfmt -w .` before committing to make sure every Dart file is properly formatted.\n\n```\n## Format and fix issues.\n$ dartfmt -w .\n\n## Command running in CI.\n$ dartfmt -n --set-exit-if-changed .\n## See return value of dartfmt. If equals to 1, the build will fail.\n$ echo $?\n```\n\n### Static analysis and linter\n\nWe use [`dartanalyzer`](https://dart.dev/tools/dartanalyzer) to run static analysis and a linter on this project.\n\n```\n## Run analyzer and see any issues.\n$ dartanalyzer .\n\n## Command running in CI.\n$ dartanalyzer --fatal-infos --fatal-warnings .\n## See return value of dartanalyzer. If equals to 1, the build will fail.\n$ echo $?\n```\n\nThis project's [`analysis_options.yaml`](./analysis_options.yaml) file is taken from the [`flutter/flutter`](https://github.com/flutter/flutter/blob/master/analysis_options.yaml) project.\n\n### Tests\n\nRun all tests in the project by executing `pub run test .` command.\n\n### Continuous Integration\n\nWe use Travis CI to check our code on every push.\n\n[![Travis CI Build Status](https://travis-ci.com/dartsidedev/algorithms.svg?branch=master)](https://travis-ci.com/dartsidedev/algorithms)\n\n### Run all commands locally\n\n```\nbash check\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvincevargadev%2Falgorithms_dart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvincevargadev%2Falgorithms_dart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvincevargadev%2Falgorithms_dart/lists"}