Advertisement
Guest User

Untitled

a guest
Apr 24th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. 1)How would you code a deck of cards?
  2. One number in an array with numbers from 1-100 is missing, find the missing number?
  3. -both questions required me to write pseudo code
  4.  
  5. 2)Implement and shuffle a deck of 52 cards
  6. Find the average of a binary tree(Iteratively and Recursively)
  7.  
  8. 3)Write a program that detects a palindrome
  9.  
  10. 4)Write code to reverse the order of a linked list.
  11.  
  12. 5)BFS, DFS.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement