Guest User

Untitled

a guest
May 22nd, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. USE ASSERT
  2. NO FOR LOOPS, can use list comprehension
  3. just jupyter if you want
  4.  
  5. sql questions
  6. "hello world" into dictionary, counter
  7. palindrome
  8. chess board 1s, 0s
  9. compute the nth fibonnaci
  10. tower of hanoi ???
  11. double or half a number, cannot use +,-,/,*,**
  12. matrix upper triangle -> 1s, lower -> 0s, diagonal -> 2s
  13. sum up the columns of a matrix
  14. use binary search to find a value
  15. sum the diagonals in a matrix
  16. add a node in the middle of a single linked list
  17. sort a lists of names
  18. find the longest word in a string
  19. flatten a 2d array into 1d
  20. fill in missing values in a matrix with the mean of each column
  21. remove words from string that have an even length
  22. create a class, vector, that will create a n-dimensional vector, it should find the length and make unit
  23. name abbreviations
  24. n divisible by x and y ... with only one conditional
  25. write code to find the probability of the sum > 9 of two die over 100 rolls.
Add Comment
Please, Sign In to add comment