PHP

Daily Leetcode Solution

  • javascript
  • leetcode
  • software

9 comments

Caleb Akeju
16 hours ago

Comment made to enter "top contributors"

Caleb Akeju
16 hours ago

image

Binary Search Tree. #leetcode

Caleb Akeju
2 days ago

image

Previous screenshot did not show question.

Caleb Akeju
2 days ago

image

Had to leave the comments on this one because it was confusing at first.

#leetcode

Caleb Akeju
3 days ago

image

Check for duplicate. I intially thought a single loop could do this by checking if the index of a num is same as the last index, but it did not quite work. Storing in an object and checking if any value of the keys is more than one sure worked.

Load More...