Advertisement
Guest User

Untitled

a guest
Apr 21st, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. [12:23 AM] meeoh (shameel): first one was like parse an arithmetic string like "5+6*(3-4)" and output teh value as an int
  2. [12:23 AM] HHero (derek): aight
  3. [12:23 AM] meeoh (shameel): architecture one was just discussion on how I would implement a google calendar clone. (backend with api endpoints, and in depth on how would implement the front end with css)
  4. [12:25 AM] meeoh (shameel): then last coding problem was a small memoize problem. Implement a memoize function that takes in a function and returns another function. When someone calls the returned function it should call the original passed in function and memoize teh value. So wehn someone someone calls the returned function again instead of calling the original one it just returns the memoized value
  5. [12:25 AM] meeoh (shameel): then i answered that shit and he was like k ill give u a simple one now. given an array and a target value, find 2 nums in the array that add up to the target lmao
  6. [12:26 AM] meeoh (shameel): did that super fast and hes like k i got nothign else
  7. [12:26 AM] meeoh (shameel): kinda hard to explain the memoize one without like drawing it out
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement