Skip to content

Commit

Permalink
Dart README added
Browse files Browse the repository at this point in the history
  • Loading branch information
aniketsharma00411 committed Oct 1, 2020
1 parent 9d9afb3 commit b134974
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dart/README.md
Original file line number Diff line number Diff line change
@@ -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.
9 changes: 9 additions & 0 deletions Dart/Unit Tests/README.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit b134974

Please sign in to comment.