https://github.com/yasserahmed10/assiut-university-training---newcomers-kotlin-
Assiut University Training - Kotlin A repository offering problem-solving sheets and contests for newcomers to Kotlin programming at Assiut University. Explore and practice with varied topics like data types, loops, arrays, strings, functions, and more. Perfect for learning and enhancing Kotlin skills. Contribute and join the learning journey!
https://github.com/yasserahmed10/assiut-university-training---newcomers-kotlin-
kotlin problem-solving programming
Last synced: 5 months ago
JSON representation
Assiut University Training - Kotlin A repository offering problem-solving sheets and contests for newcomers to Kotlin programming at Assiut University. Explore and practice with varied topics like data types, loops, arrays, strings, functions, and more. Perfect for learning and enhancing Kotlin skills. Contribute and join the learning journey!
- Host: GitHub
- URL: https://github.com/yasserahmed10/assiut-university-training---newcomers-kotlin-
- Owner: yasserahmed10
- License: mit
- Created: 2023-11-23T18:55:11.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-02T19:48:51.000Z (almost 2 years ago)
- Last Synced: 2025-05-17T11:11:24.540Z (7 months ago)
- Topics: kotlin, problem-solving, programming
- Language: Kotlin
- Homepage: https://codeforces.com/group/MWSDmqGsZm/contests
- Size: 90.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: MIT-LICENSE.txt
Awesome Lists containing this project
README
# Assiut University Training - Newcomers Kotlin
Welcome to the Assiut University Training repository for newcomers in Kotlin programming language. This repository is designed to help you improve your Kotlin programming skills through the solution of various programming problems.
## Table of Contents
1. [Sheet #1 - Data type - Conditions](./Sheet%20%231%20(Data%20type%20-%20Conditions))
- [Contest #1](./Contest%20%231)
2. [Sheet #2 - Loops](./Sheet%20%232%20(Loops))
- [Contest #2](./Contest%20%232)
3. [Sheet #3 - Arrays](./Sheet%20%233%20(Arrays))
- [Contest #3.1](./Contest%20%233.1)
4. [Sheet #4 - Strings](./Sheet%20%234%20(Strings))
5. [Sheet #5 - Functions](./Sheet%20%235%20(Functions))
6. [Sheet #6 - Math - Geometry](./Sheet%20%236%20(Math%20-%20Geometry))
7. [Sheet #7 - Recursion](./Sheet%20%237%20(Recursion))
8. [Sheet #8 - General easy](./Sheet%20%238%20(General%20easy))
9. [Sheet #9 - General medium](./Sheet%20%239%20(General%20medium))
10. [Sheet #10 - General Hard](./Sheet%20%2310%20(General%20Hard))
## About
This repository is a collection of Kotlin solutions to programming problems, categorized by topics in sheets and accompanied by contests to test your understanding. Whether you are a beginner or looking to enhance your Kotlin skills, these problems cover a range of difficulty levels to challenge and improve your programming abilities.
## How to Use
1. Navigate to the desired sheet or contest folder.
2. Each folder contains Kotlin files with solutions to specific programming problems.
3. Review the problem statement provided in the comments of each Kotlin file.
4. Study the Kotlin code to understand the solution approach.
5. Feel free to submit your own solutions or suggest improvements to existing ones through pull requests.
## Contribution
Contributions are welcome! If you have additional problems, solutions, or improvements to existing solutions, please submit a pull request. Make sure to follow the contribution guidelines in the [CONTRIBUTING.md](./CONTRIBUTING.md) file.
## License
This project is licensed under the [MIT-LICENSE](MIT-LICENSE.txt) - see the [LICENSE](MIT-LICENSE.txt) file for details.
Happy coding!