Advertisement
Guest User

Untitled

a guest
Dec 9th, 2019
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. 1) Simple lists as Stacks
  2. 2) Simple lists as Queue
  3. 3) Simple lists as NoRestriction
  4. 4) Double lists as Stacks
  5. 5) Double lists as Queue
  6. 6) Double lists as NoRestriction
  7. 7) Functions with variable params
  8. 8) Functions returning functions
  9. 9) Main with params
  10. 10) Min find with multithreaded
  11. 11) Copy binary files
  12. 12) Strings, words list
  13. 13) Strings, words frequecy
  14. 14) Strings, matching frequecy
  15. 15) Strings, remove white spaces
  16. =======================
  17.  
  18. Set 1: 4
  19. Set 2: 10
  20. Set 3: 6
  21. Set 4: 4
  22. Set 5: 10
  23. Set 6: 2
  24. Set 7: 1
  25. Set 8: 9
  26. Set 9: 14
  27. Set 10: 5
  28. Set 11: 7
  29. Set 12: 14
  30. Set 13: 11
  31. Set 14: 5
  32. Set 15: 2
  33. Set 16: 13
  34. Set 17: 15
  35. Set 18: 13
  36. Set 19: 8
  37. Set 20: 9
  38. Set 21: 7
  39. Set 22: 12
  40. Set 23: 10
  41. Set 24: 7
  42. Set 25: 14
  43. Set 26: 5
  44. Set 27: 8
  45. Set 28: 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement