AbraaoHonorio / 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:C# 39.8%Language:Go 16.5%Language:Python 15.3%Language:Java 10.9%Language:Elixir 10.8%Language:PHP 3.0%Language:JavaScript 2.1%Language:TypeScript 1.7%