x-team / community-coding-challenges

A repository for the X-Team community to collaborate and learn solutions to most coding challenges to help prepare for their interviews.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Community Coding Challenge Handbook

This repository focuses on helping X-Teamers and community members to thrive through coding challenges offering solutions in as many languages you can think of.

πŸš€ Collaborating to the handbook

  1. You need to fork this repo

  2. Then you need to clone the repository locally:

  • Using Https:
git clone https://github.com/{your-github-username}/community-coding-challenges.git
  • Using SSH:
git clone git@github.com:{your-github-username}/community-coding-challenges.git
  1. Then you choose the challenge you want to expand and create a new branch using the convention: {platform}-{challengename}/{language} Example:
git checkout -b leetcode-twosum/go
  1. Commit your changes using Conventional Commits
  2. Create a Pull Request and wait for reviews. If you need help, refer to github documentation on creating new pull requests.

🀝 Collaborators

We thank everybody that help this project reach better places of our community:

Arthur404dev github avatar
Arthur
d-leme github avatar
Diego
BrenoGO github avatar
Breno
toreti github avatar
Felipe

πŸ“ License

This project compliances can be found under the LICENSE for any further details.

⬆ To the top

About

A repository for the X-Team community to collaborate and learn solutions to most coding challenges to help prepare for their interviews.

License:MIT License


Languages

Language:Go 23.2%Language:C# 14.0%Language:Python 12.8%Language:Elixir 9.0%Language:Java 9.0%Language:C++ 8.2%Language:Rust 6.1%Language:Dart 5.4%Language:Scala 3.7%Language:C 2.9%Language:PHP 2.5%Language:JavaScript 1.7%Language:TypeScript 1.4%