AI Features

Challenge: Locate the First Occurrence

Test your knowledge by solving this coding challenge.

Introduction

For this challenge, we’re moving away from problems we can solve by a two-pointers approach and instead try something different.

Problem statement

You will have to implement the C library function strchr ...