GitHub topics: algorithms-and-ai
rapdos-s/42-Ready-Set-Boole
An introduction to Boolean Algebra
Language: C++ - Size: 1.95 KB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 0 - Forks: 0

jos-felipe/disco-ai-module-rush
Learning how to implement an image classification tool using neural networks to differentiate between pictures of cats and dogs.
Size: 2.93 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

jos-felipe/disco-ai-module-3
You will learn to use genetic algorithms to solve optimization problems by simulating natural evolution.
Language: Python - Size: 8.79 KB - Last synced at: about 1 month ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

jos-felipe/disco-ai-module-2
You will learn how to develop a Python chatbot that uses external APIs to answer questions in real-time.
Size: 1.95 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

jos-felipe/disco-ai-module-1
This module aims to discover the Game Theory branch inside Artificial Intelligence.
Language: Python - Size: 17.6 KB - Last synced at: about 1 month ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

jos-felipe/disco-ai-module-0
Code a very simple Expert System, one of the very basic AI.
Language: Python - Size: 6.84 KB - Last synced at: about 1 month ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

gabrieldejesus/42-ft_printf
This project is pretty straightforward, you have to recode printf. You will learn what is and how to implement variadic functions. Once you validate it, you will reuse this function in your future projects.
Language: C - Size: 3.91 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

gabrieldejesus/42-Libft
This project is your very first project as a student at 42. You will need to recode a few functions of the C standard library as well as some other utility functions that you will use during your whole cursus.
Language: C - Size: 21.5 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

pgomez-a/libft
The main objective of this project is to develop a C library with some of the most common functions, so that you will be able to use them in future projects.
Language: C - Size: 81.1 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

pgomez-a/push_swap
This project will make us sort data on a stack, with a limited set of instructions, using the lowest possible number of actions. To succeed we will have to manipulate various types of algorithms and choose the one (of many) most appropriate solution for an optimized data sorting.
Language: C - Size: 94.7 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

pgomez-a/cub3D
This project will allow us to explore the ray-casting technique. Our goal is to establish a dynamic view inside a maze, where we will have to find the exit.
Language: C - Size: 230 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 1

pgomez-a/ft_printf
The definition of this project is simple: replicate the workings of the famous printf function.
Language: C - Size: 104 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

pgomez-a/get_next_line
Thanks to get_next_line we will be able to read an open file line by line whose file descriptor is supplied as an argument.
Language: C - Size: 44.9 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

Robright20/lem-in
Given an ant colony, we'll try to move it from one point to another. The goal is to make it take as little time as possible. This project from 42 school introduces to graph traversal algorithms: our program will have to intelligently select the paths and precise movements that must be taken by these ants.
Language: C - Size: 142 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

artprevo/printf
Recoding of printf, the system function.
Language: C - Size: 75.2 KB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0
