challenge 第3页
Live Audio Transcription with Python For Free-拾光赋

Live Audio Transcription with Python For Free

Live Audio Transcription with Python For Free, 100 Days of Code - Intro to Voice AI (47 Part Series) 1 Day 11: Cross-Browser Voice Commands with React 2 Day 10: Transcription with ...
kity的头像-拾光赋kity2年前
04615
Python challenge_31️-拾光赋

Python challenge_31️

Python challenge_31️, Simple Encryption - Alternating Split Implement a pseudo-encryption algorithm which given a string S and an integer N Concatenates all the odd-indexed charac...
kity的头像-拾光赋kity2年前
04510
Python challenge_30️-拾光赋

Python challenge_30️

Python challenge_30️, Convert string to camel case Complete the method/function so that it converts dash/underscore Delimited words into camel casing. The first word within the ou...
kity的头像-拾光赋kity2年前
04213
My Solution to Delimiter Soup from kattis-拾光赋

My Solution to Delimiter Soup from kattis

My Solution to Delimiter Soup from kattis, Python challenge (3 Part Series) 1 Python challenge: Leetcode 3. Longest Substring Without Repeating Characters 2 My Solution to Delimite...
kity的头像-拾光赋kity2年前
03715
Code Challenge: Longest Substring Without Repeating Characters - Java Edition-拾光赋

Code Challenge: Longest Substring Without Repeating Characters – Java Edition

Code Challenge: Longest Substring Without Repeating Characters - Java Edition,This challenge asks you to find the longest substring without repeating characters in a given string. ...
kity的头像-拾光赋kity2年前
02615
Python challenge_29️-拾光赋

Python challenge_29️

Python challenge_29️, Are they the 'same'? Given two arrays [a] and [b] write a function comp(a, b) or compSame(a, b) that checks whether the two arrays have the 'same' elements w...
kity的头像-拾光赋kity2年前
0306
Python challenge_28️-拾光赋

Python challenge_28️

Python challenge_28️, Moving Zeros To The End Write an algorithm that takes an array and moves all of the zeros to the end preserving the order of the other elements. Examples: mo...
kity的头像-拾光赋kity2年前
0437
Python challenge_27️-拾光赋

Python challenge_27️

Python challenge_27️, Split Strings Complete the solution so that it splits the string Into pairs of two characters. If the string contains an odd number of characters then it sho...
kity的头像-拾光赋kity2年前
02210
Python challenge_26️-拾光赋

Python challenge_26️

Python challenge_26️, Count the smiley faces Given an array (arr) as an argument complete the function CountSmileys that should return the total number of smiling faces. Rules for...
kity的头像-拾光赋kity2年前
02310
Python challenge_25️-拾光赋

Python challenge_25️

Python challenge_25️, Valid Braces Write a function that takes a string of braces, and determines if the order of the braces is valid. It should return true if the string is valid...
kity的头像-拾光赋kity2年前
0419
Python challenge_24️-拾光赋

Python challenge_24️

Python challenge_24️, Create Phone Number 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 nu...
kity的头像-拾光赋kity2年前
02614
Python challenge_23️-拾光赋

Python challenge_23️

Python challenge_23️, Highest and Lowest In this little assignment you are given a string of space separated numbers. And have to return the highest and lowest number. Examples: h...
kity的头像-拾光赋kity2年前
02313