Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 394 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 394 Bytes

Test-case Generator Command-Line Interface

Generates test cases for below 11 patterns ( most commonly used question formats ):

  • n; Array with unique elements
  • n; Array with duplicates
  • n; Permutation Array
  • n; Binary String
  • n, m; Integer Array
  • n, m, k; Integer Array
  • n, m; Integer Array-1; Integer Array-2
  • n, m, k
  • n; String
  • n, m; Grid
  • n, m; Tree