Back to basics: algorithms, data structures, interview questions
- Capitalise each word in a sentence: https://wordpress.com/block-editor/post/dotnetcodr.com/11667
- Find the vowels in a string: https://wordpress.com/block-editor/post/dotnetcodr.com/11690
- Build your own custom list: https://wordpress.com/block-editor/post/dotnetcodr.com/11704
- Determine if a string is a palindrome: Determine if a string is a palindrome with C# .NET
- Fizzbuzz: Solving the classic FizzBuzz problem with C# .NET
- Breaking up a list into chunks: Break up a list into batches with C# .NET
- Fibonacci series, recursion, memoization and runtime complexity: The Fibonacci series, runtime complexity and memoization
- Reverse an integer: How to reverse integers with C# .NET
- Determine if two strings are anagrams: Determine if two strings are anagrams with C# .NET
- Find the most frequent character: Find the most frequent character in a string with C# .NET
- How to reverse a string: How to reverse a string with C# .NET