LeetCode: Implement Strstr Solution

1/**
2 * @param {string} haystack
3 * @param {string} needle
4 * @return {number}
5 */
6var strStr = function (haystack, needle) {
7 return haystack.indexOf(needle)
8}

Comments

Loading comments...

Tags

leetcode

two pointers

string

Apply and earn a $2,500 bonus once you're hired on your first job!

Clients from the Fortune 500 to Silicon Valley startups

Choose your own rate, get paid on time

From hourly, part-time, to full-time positions

Flexible remote working environment

A lot of open JavaScript jobs!!

Fact corner: Referred talent are 5x more likely to pass the Toptal screening process than the average applicant.

Still hesitate? Read HoningJS author's guide on dealing with Toptal interview process.

Next Post

LeetCode: Valid Anagram

Feb 5, 2021

Previous Post

LeetCode: Move Zeroes

Feb 5, 2021

Go for an optimal solution in the first go could lead to frustration

HoningJS

Search Posts