Skip to content

atetc/AlgorithmicTasks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

AlgorithmicTasks

  1. Write a function that sorts an array of numbers where odds appear first.

  2. Write a function that reverses every word in a string, e.g. Input: "My name is Max" Output: "Max is name My"

  3. Part A: Write a function to reverse a string, e.g. Input: "Hello world!" Output: "!dlrow olleH"

PART B: Write the same function recursively

  1. Find the first non-repeated character in a string (appears once only).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages