Skip to content

smit4k/codingbat-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodingBat in Rust

A collection of Rust solutions for CodingBat programming problems.

Overview

This repository contains idiomatic Rust solutions for CodingBat exercises, organized by topic

Structure

  • src/ — Rust source files grouped by problem set
  • src/lib.rs — Unit tests for each solution

Getting Started

  1. Clone the repository:

    git clone https://github.com/smit4k/codingbat-rust.git
    cd codingbat-rust
  2. Run tests:

    cargo test

Contributing

Contributions are welcome! Please open issues or pull requests for improvements or new exercises. I would highly appreciate it if you would add solutions to exercises and documentation for the exercises

About

https://codingbat.com problems solved in Rust

Topics

Resources

License

Stars

Watchers

Forks

Languages