Skip to content

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

Notifications You must be signed in to change notification settings

toreti/community-coding-challenges

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 

Repository files navigation

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 first clone the repository locally:
  • Using Https:
git clone https://github.com/x-team/community-coding-challenges.git
  • Using SSH:
git clone git@github.com:x-team/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 Andrade

πŸ“ 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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%