Skip to content

justromeon/codingbat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodingBat Solutions

This repository contains solutions to CodingBat Python challenges, solved using Haskell.

Directory Structure

  • src/: Contains the Haskell solution files.
  • test/: Contains the test files for the solutions.

Running the Tests

  1. Install Haskell and Cabal if not already installed. You can follow the instructions here.

  2. Clone the repository and navigate into the project directory:

    git clone https://github.com/justromeon/codingbat.git
    cd codingbat
    
  3. Install dependencies and build the project:

    cabal update
    cabal build
    
  4. Running the test

    cabal test
    

This will run all the test cases in the test directory.

About

CodingBat problems solved using Haskell. Serves as my daily logic refresher.

Topics

Resources

License

Stars

Watchers

Forks