Skip to content

This repository contains the solutions of coding challenges I solve or pick from the top solutions.

Notifications You must be signed in to change notification settings

MalekKamel/ProblemSolving

Repository files navigation

Kotlin Problem Solving Solutions

This repository contains solutions to various coding problems and algorithmic challenges, all implemented in the Kotlin programming language.

Overview

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:

  1. A comment with the description of the problem and the URL of the problem if found.
  2. 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.

Getting Started

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

Resources

IDE

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.

🛡 License

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.

About

This repository contains the solutions of coding challenges I solve or pick from the top solutions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages