Skip to content

ktrip96/algo-challenges

Repository files navigation

Algorithm Challenges & Language Learning

Welcome to my GitHub repository, where I solve algorithm challenges and explore new programming languages!

🚀 About This Repo

This repository serves as a collection of coding challenges from various platforms and a playground for learning different programming languages.

🛠 Languages Covered

  • JavaScript
  • Typescript
  • C++
  • Standard ML
  • Rust

📂 Structure

.
├── Algo_Problem_01/
│   ├── jsSolution.js
│   ├── rust_solution.rs
│   └── c_plus_plus_solution.cpp
│   └── ...
│   └── README.md
├── Algo_Problem_02/
│   ├── jsSolution.js
│   ├── rust_solution.rs
│   └── c_plus_plus_solution.cpp
│   └── ...
│   └── README.md

🎯 Challenges & Sources

  • LeetCode
  • adventOfCode
  • Typehero
  • scrimba

▶️ How to Run

Clone the repository and navigate to the desired language folder:

git clone https://github.com/ktrip96/algo-challenges.git

# Example for Rust
rustc main.rs
./main

# Example for JS
node main.js

# Example for TS
ts-node main.ts

# Example for C++
g++ -o main main.cpp
./main

# Example for Standard ML
mlton main.sml
./main

📚 Resources

About

My solutions to some of algo problems using different programming languages

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published