This repository contains solutions to various coding problems and algorithmic challenges, all implemented in the Kotlin programming language.
This repository includes solutions to common data structures and algorithm problems, covering topics such as:
- Arrays
- Linked Lists
- Stacks and Queues
- Trees and Graphs
- Sorting and Searching
- Dynamic Programming
- and more
Each solution is self-contained and can be run independently. The repository is organized by topic, with each problem solution located in its own directory. Each solution is organized to contain:
- A comment with the description of the problem and the URL of the problem if found.
- A main function with one or more examples that can be run to verify the output or for the purpose of debugging and tracking the flow.
The directory structure and file organization should make it easy for anyone to navigate the repository and understand the purpose of each solution.
To get started, you'll need to have Kotlin installed on your system. You can download the latest version of Kotlin from the official website: https://kotlinlang.org/
Once you have Kotlin installed, you can clone this repository and start exploring the solutions
git clone https://github.com/ShabanKamell/ProblemSolving
cd ProblmSolving
-
mostafa
: The solutions of Mastering critical SKILLS for Coding Interviews C++: Part 1 -
cracking_coding_interview
: The solutions of Cracking the Coding Interview -
educative_grokking_coding_interview
: The solutions of Grokking Coding Interview Patterns in Java
Any IDE supporting Java or Kotlin language. I use IntelliJ IDEA CE. Of course you're free to use any IDE like NetBeans or others.
Click to reveal License
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.