From b1349742e189cfa6a78dc51cb7898df5c731ad81 Mon Sep 17 00:00:00 2001 From: Aniket Sharma Date: Fri, 2 Oct 2020 00:54:22 +0530 Subject: [PATCH] Dart README added --- Dart/README.md | 5 +++++ Dart/Unit Tests/README.md | 9 +++++++++ 2 files changed, 14 insertions(+) create mode 100644 Dart/README.md create mode 100644 Dart/Unit Tests/README.md diff --git a/Dart/README.md b/Dart/README.md new file mode 100644 index 0000000..570619c --- /dev/null +++ b/Dart/README.md @@ -0,0 +1,5 @@ +# Dart + +Common Algorithms which are usually taught in Data Structures and Algorithms courses. + +Make sure that they are in Dart and well commented. diff --git a/Dart/Unit Tests/README.md b/Dart/Unit Tests/README.md new file mode 100644 index 0000000..14d2d19 --- /dev/null +++ b/Dart/Unit Tests/README.md @@ -0,0 +1,9 @@ +# Unit Tests for Dart Algorithms + +Unit Tests are needed for programs which are already present. + +Add atlest 5 unit tests per program. + +### File Naming + +Let there is a program named abcd.dart, its Unit Test should be named abcd_test.dart