[go: nahoru, domu]

Skip to content

Sigmapitech-meta/tek-pool-challenge

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EPITECH Pool challenge

Introduction

This is a challenge based on the EPITECH Pool, inspired by its 2018 C version.

All the exercises are verified through Makefile compilation (make).
Pass all the Criterion tests to succeed on each exercise.
You may open an issue if a Criterion script doesn't seem to be working properly.
The final Makefile, located in /, executes (and if they all pass, verifies) all the exercises at once.


Requirements

  • A gcc(>= 4.9+) compiler
  • make
  • Criterion (optional, for faster testing)
  • Valgrind (optional, for memory checks)
  • Ruby (optional, for norm checks)
  • gcovr (optional, for coverage checks)
  • A text editor (Vim, Emacs, VSCode, etc.)
  • A terminal (Bash, Zsh, etc.)
  • A brain (optional)

A static Criterion 2.4.2 install is located in /criterion/.
Please open an issue if it results in the impossibility to compile/run the tests.
Criterion tests for each exercise are run with the command make run.


Exercises

The 30 exercises are located in /exercises/, ready to code with (fake) headers and expectations are listed as comments.
The exercises are to be completed with most library functions prohibited; specification are listed above each prototype. Needed includes are already in the headers. You may open an issue if some of them are missing.
You may note that some exercises depend on some others, so you may want to do them in order.


Tips & Speedrun

Not gonna lie, using Copilot to generate the code is cheating. It pretty much defeats the purpose of the challenge in one TAB hit.
Feel free to turn this into a speedrun, using tools like LiveSplit.
You may notice that the exercises are not all equal in difficulty, so you may want to practice them individually before attempting a full run.
Find more tips and recommendations here.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • C 57.1%
  • Makefile 20.4%
  • Ruby 14.6%
  • C++ 7.9%