Skip to content
Snippets Groups Projects
Name Last commit Last update
HackerRank
LeetCode
README.md

🚀 Leet Code Nights

Welcome to our collaborative Leet Code Nights problem solving group! This repository contains solutions to a variety of coding problems from platforms like LeetCode, HackerRank, and others. Here, we work together as a team to solve challenging problems, improve our coding skills, and share knowledge.

🌐 Online Meeting

We hold regular online meetings to discuss solutions, brainstorm approaches, and help each other improve.

  • Meeting Link: ViKo
  • Schedule: Weekly on Wednesdays between 17:00-19:00.

🤝 How to Contribute

  1. Clone the repository:
git clone git@gitlab.dkrz.de:k202202/LeetCodeNights.git
  1. Create a branch for your solution:
git checkout -b feature/your-solution-name
  1. Commit and push your changes:
git add .
git commit -m "Added solution for problem-name"
git push origin feature/your-solution-name

📜 Coding Guidelines

  • Ensure your code is clean, readable, and well-commented.
  • Add a brief description of the problem and your approach at the top of the file.
  • Use descriptive variable names and consistent formatting.

📬 Contact & Discussions

📈 Goals

  • Strengthen problem-solving skills.
  • Prepare for technical interviews.
  • Collaborate and learn from peers.