Skip to content

yuewang199511/go_leet_problems

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This repository contains notes and solutions for selected coding exercises, with examples of automated testing and CI/CD workflows.

For each problem, I focus on the thought process rather than providing a full, final solution. That includes analysis of time and space complexity, discussion of constraints, intuition, and invariants used to reason about correctness.

Solutions may not be optimal, but they serve as a starting point for further improvement and learning.

CI/CD Setup

This repository uses GitHub Actions with a modular workflow architecture for automated testing, code quality checks, security scanning, and builds.

Quick Overview

TODO: releasing workflow needed to be built

All workflows trigger on pushes to main/develop and pull requests to main.

Documentation

📖 Detailed documentation available in docs/:

🚀 START HERE FOR CICD USAGE: Configuration Manual - Setup, customization, and troubleshooting

Additional docs:

Local Testing

For running tests and quality checks locally, see Running Checks Locally in the Configuration Manual.

About

This project aims to introduce the thoughts of solving these coding problems and also how to setup test suite and CICD to verify them. Good if you want to have a beginner's starting point for CICD, automated testing along side of praticing coding exercises

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages