All posts

Tag

#interview

2 posts

AI co-authored

Solving FizzBuzz in Python and JavaScript

FizzBuzz in Python and JavaScript, why interviewers still ask it, and what a clean solution looks like in each language.

  • programming
  • javascript
  • python
  • interview
AI co-authored

Is a string an anagram?

Two approaches to the classic anagram interview question — sorting and character counting — implemented in both Python and JavaScript.

  • python
  • programming
  • interview