Skip to content

ecabanerof/CodingTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

CodingTest

Introduction

This repository contains a collection of coding tests and exercises designed to help improve programming skills. It includes a variety of challenges that cover different aspects of programming, from basic syntax to advanced algorithms.

Purpose

The purpose of this repository is to provide a set of challenges for practicing coding skills, preparing for technical interviews, or assessing programming proficiency. Whether you are a beginner looking to learn new concepts or an experienced programmer aiming to sharpen your skills, this repository offers a range of problems to suit your needs.

Structure

The repository is structured into folders based on different challenges such as:

  • AMAZON: Contains coding challenges related to Amazon's technical interview problems, including the test-amazon-round-2 folder with specific problems.
    • test-amazon-round-2:
      • Problem 1: Encrypted Sum Number
      • Problem 2: Maximum Score with k-Consistency
  • IBM: Contains coding challenges related to IBM's technical interview problems.

Each folder contains individual exercises with their respective problem statements and solutions. Solutions are provided in Python.

Usage

To use this repository, follow these steps:

  1. Clone the repository to your local machine using:
    git clone https://github.com/ecabanerof/CodingTest.git
  2. Navigate to the desired folder and open the exercise file to read the problem statement.
  3. Write your solution in a separate file and test it against the provided test cases.
  4. Compare your solution with the provided solutions to learn different approaches.

Contributing

If you would like to contribute to this repository, please follow these guidelines:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Make your changes and ensure they are well-documented.
  4. Include appropriate test cases for new exercises.
  5. Submit a pull request with a clear description of your changes.

License

This repository is licensed under the MIT License. See the LICENSE file for more details.

Releases

No releases published

Languages