Advertisement
VladNitu

timpi_assign2_NP

Mar 11th, 2024
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. Q1. StandardCombinatorics
  2.  
  3. 1. Binary String
  4. Test 'example' took 5ms
  5. Test 'test_n_10' took 20ms
  6. Test 'test_n_20' took 4657ms
  7.  
  8. 2. Without repetition
  9. Test 'example_n_3_k_2' took 7ms
  10. Test 'test_n_100_k_3' took 309ms
  11. Test 'test_n_1000_k_2' took 945ms
  12. Test 'test_n_20_n_8' took 826ms
  13.  
  14. 3. With repetition
  15. Test 'example_n_3_k_2' took 5ms
  16. Test 'test_n_100_k_3' took 196ms
  17. Test 'test_n_12_k_8' took 176ms
  18.  
  19. 4. Subsets
  20. Status: Done
  21. Test 'example_n_3' took 9ms
  22. Test 'test_n_10' took 12ms
  23. Test 'test_n_20' took 4839ms
  24.  
  25. 5. Permutation
  26. Test 'example' took 5ms
  27. Test 'test_n_10' took 1705ms
  28. Test 'test_n_8' took 113ms
  29.  
  30.  
  31.  
  32. Q2. NQueens
  33. Status: Done
  34. Test 'test_n_10' took 68ms
  35. Test 'test_n_11' took 320ms
  36. Test 'test_n_12' took 1680ms
  37. Test 'test_n_1' took 1ms
  38. Test 'test_n_2' took 1ms
  39. Test 'test_n_3' took 1ms
  40. Test 'test_n_4' took 1ms
  41. Test 'test_n_5' took 1ms
  42. Test 'test_n_6' took 1ms
  43. Test 'test_n_7' took 2ms
  44. Test 'test_n_8' took 4ms
  45. Test 'test_n_9' took 16ms
  46.  
  47. Q3. Sudoku
  48.  
  49.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement