Programming questions

From NoskeWiki
Revision as of 21:14, 28 September 2023 by NoskeWiki (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

About

Here are some fun coding questions to sharpen your skills or practice for your next Programming interviews.


Child Pages

Related/Child Pages:

Sets of questions:

Single questions:


See Also

Links

  • leetcode.com - top interview 150 (official site) - and a great set of questions.
  • hackerrank.com - really fun problems that you can solve in any language and just fill in a function and hit run. :)
  • codingdojo.org - a bunch of fun problems or "kata" (a small and repeatable coding challenge - the idea to practice it multiple times to refine and improve one's approach), such as "Bowling Score".
  • topcoder.com - lets you register and then access and/or compete for money on a large number of code challenges you wouldn't normally see.
  • BestCode.com Interview Questions - lists a few basic interview questions.



Acknowledgements: Emily Dunn and William Mathews from Google for suggesting some of the above resources.