We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13c4837 commit 4228c5eCopy full SHA for 4228c5e
pubspec.yaml
@@ -0,0 +1,8 @@
1
+name: algorithms
2
+description: Test-Driven Dart Algorithms. Coding interview questions, algorithms, problems solved using Dart.
3
+author: [email protected]
4
+repository: https://github.com/dartsidedev/algorithms
5
+environment:
6
+ sdk: ">=2.3.0 <3.0.0"
7
+dev_dependencies:
8
+ test: ^1.9.1
0 commit comments