array

0

Given a string S and a character C, return an array of integers representing the shortest distance from the character C in the string. javascript

By Beginner Nicole Tremblay at Nov 08 2019

0

given an array of users, write a function, namesandroles that returns all of user's names and roles in a string with each value labeled.

By Beginner Lucky Lynx at Sep 16 2020

0

Write a function called lucky_sevens which takes an array of integers and returns true if any three consecutive elements sum to 7. by js

By Beginner Condemned Cardinal at Apr 19 2021

1

Notice: Trying to access array offset on value of type int in /var/www/pdam/modules/phpexcel/PHPExcel/Cell/DefaultValueBinder.php on line 82

By Stone Hammer Clara McLaughlin at Jul 20 2021

0

write a c++ program that reads ten strings and store them in array of strings, sort them and finally print the sorted strings

By Beginner Ellis Koelpin at Nov 16 2020

1

Write a function that accepts an array of 10 integers (between 0 and 9), that returns a string of those numbers in the form of a phone number.

By Beginner Hilda O'Hara at Sep 28 2020

0

cannot convert a symbolic tensor (lstm/strided_slice:0) to a numpy array. this error may indicate that you're trying to pass a tensor to a numpy call, which is not supported

By Beginner Jared Klein at May 21 2021

0

query method parameters should either be a type that can be converted into a database column or a list / array that contains such type. you can consider adding a type adapter for this.

By Beginner Melissa Senger at Jun 27 2021

0

You are given an array A of N elements. You have to make all elements unique, to do so in one step you can increase any number by one.

By Beginner Constance Ritchie at Jul 11 2021

0

write a program to sort an array 100,200,20, 75,89.198, 345,56,34,35 using bubble sort. the program should be able to display total number of passes used for sorted data in given data set.

By Beginner Darrel Berge at Aug 11 2020


Related code examples


Code examples by languages