Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adaog0n/grademe_solutions
This repository contains solutions for the exercises from the Grademe exam at 42 School.
https://github.com/adaog0n/grademe_solutions
Last synced: 21 days ago
JSON representation
This repository contains solutions for the exercises from the Grademe exam at 42 School.
- Host: GitHub
- URL: https://github.com/adaog0n/grademe_solutions
- Owner: AdaoG0n
- Created: 2024-11-27T10:47:46.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-11T21:38:27.000Z (22 days ago)
- Last Synced: 2024-12-11T22:28:46.260Z (22 days ago)
- Language: C
- Homepage:
- Size: 49.8 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#
![](https://github.com/AdaoG0n/AdaoG0n/blob/main/assests/animated%20gifs/grademesolutions.gif)
Welcome to the **42 Grademe Exam Solutions** repository!
This repository contains solutions for the exercises from the **Grademe exam** at **42 School**.
The goal is to help students better understand the concepts covered in the exam by providing clear and well-structured examples.![](https://github.com/AdaoG0n/AdaoG0n/blob/main/assests/bar.png)
# **About Grademe**
Grademe is an automated exam used at **42 School** to assess students' technical programming skills.
It covers a wide range of fundamental topics, including:- String manipulation
- Dynamic memory allocation
- Basic data structures
- Recursion and iteration
- Algorithmic logicThe challenges require quick thinking, organization, and proficiency with programming tools, often without the aid of external libraries.
![](https://github.com/AdaoG0n/AdaoG0n/blob/main/assests/bar.png)
# • Exam pratice tool - [grademe](https://grademe.fr/)
Grademe > [Instalation guide](https://github.com/JCluzet/42_EXAM)
Command to run Grademe
```bash
bash -c "$(curl https://grademe.fr)"
```---
# • How to enter in exam
⚠️ Remember to subscribe to exam and project before exam day.
⚠️ Remember to `git push` before grademe.### Login
Login With The Following credentials:
```
login -> exam
password -> exam
```
Open terminal and type:
```
examshell
```
Type your 42 Intra login:
```
login -> 42 username
pasword -> your password
```
Photo:
```
Allow photo check
```
Accept:
```
Type 'y' or 'yes'
```
In the Exam Shell, You Have Only 3 Commands:
```
- status - check the time
- grademe - send to check by moulinet
- finish - finish exam
```
Subjects
```
- You can find your exam subject in the directory subject
- You can see directory Rendu. It is your repository.
- You must create a folder named by the project and start working in that folder.
```### Submission
When you are ready to sumbit your function/program, go into Rendu and push the folder you created by doing the following:
```git add ```
```git status```
```git commit -m "commit message"```
```git push```
After you git push, type `grademe` in the examshell to avaluate your project/function.
Each file strictly follows the restrictions and requirements of the exam, ensuring compatibility with the **Grademe evaluator**.
![](https://github.com/AdaoG0n/AdaoG0n/blob/main/assests/bar.png)
![](https://github.com/AdaoG0n/AdaoG0n/blob/main/assests/animated%20gifs/madeby.gif)