排序
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 ...
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...
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...
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...
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. ...
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...
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...
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...
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...
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...
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...
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...