kdn251 / interviews

Everything you need to know to get the job.
https://www.youtube.com/channel/UCKvwPt6BifPP54yzH99ff1g?view_as=subscriber
MIT License
63.67k stars 12.91k forks source link

Update Adobe folder #87

Open PalAditya opened 6 years ago

PalAditya commented 6 years ago

Added the O(1) method for digitSum. Also added an alternative method for finding the majority element that is still O(n) but doesn't use Hashmaps.