Home
Top
Popular
New
RSS
FAQ
Login
New
Home
>> New
Combinations of a String
Write a method that prints out all the combinations of the characters in a string.
Part 1/3
[Challenge, 3:09]
Part 2/3
[Procedure, 15:02]
Part 3/3
[Solution, 16:40]
Permutations of a String
Write a method that prints out all the permutations of the characters in a string.
Part 1/3
[Challenge, 2:09]
Part 2/3
[Procedure, 11:37]
Part 3/3
[Solution, 5:12]
Binary Search
Study of Binary Search, its algorithm and recursive/iterative implementations
Part 1/2
[Theory, 9:58]
Part 2/2
[Practical, 10:24]
Recursion
The concept of recursion in computer science
Part 1/2
[Theory, 8:34]
Part 2/2
[Theory, 11:05]
Binary Number Representation
Introduction to binary numbers and the binary system
Part 1/1
[Theory, 10:44]
Convert an Integer to a String in Java
Write a method in Java that converts an int to its String representation.
Part 1/3
[Challenge, 1:04]
Part 2/3
[Procedure, 8:09]
Part 3/3
[Solution, 2:13]
Convert a String to an Integer in Java
Write a method in Java that converts a String to its int representation.
Part 1/3
[Challenge, 1:46]
Part 2/3
[Procedure, 9:42]
Part 3/3
[Solution, 5:30]
Reverse Word Order in a String Challenge
Write an efficient function that reverses the words in a strong (common interview problem).
Part 1/3
[Challenge, 2:30]
Part 2/3
[Solution, 11:41]
Part 3/3
[Solution, 11:45]
Delete Characters from String
Write a function in Java/C# that deletes specific characters from a string.
Part 1/5
[Challenge, 2:38]
Part 2/5
[Procedure, 5:00]
Part 3/5
[Procedure, 5:00]
Part 4/5
[Procedure, 5:01]
Part 5/5
[Solution, 5:01]
First Non-Repeated Character in a String
Write a function that finds the first non-repeated character in a given string
Part 1/5
[Challenge, 1:35]
Part 2/5
[Procedure, 4:58]
Part 3/5
[Procedure, 5:00]
Part 4/5
[Procedure, 4:37]
Part 5/5
[Solution, 5:01]