Skip to content
View akaseris's full-sized avatar

Block or report akaseris

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. 42ft_linear_regression 42ft_linear_regression Public

    A basic machine learning algorithm that predicts the price of a car by using a linear model with a gradient descent algorithm.

    Python

  2. 42Corewar 42Corewar Public

    Creating a virtual arena in which programs, coded in assembly language that are translated into bytecode by our assembler, compete with each other.

    C

  3. 42Lem_in 42Lem_in Public

    Moving an ant colony from one point to another, choosing the shortest path of the graph and optimising by the number of moves that are needed.

    C

  4. 42ft_printf 42ft_printf Public

    Re-coding the standard c library's printf function.

    C

  5. 42Push_swap 42Push_swap Public

    Sorting data on a stack, with a limited set of instructions, in fewer possible moves. Doing that by manipulating different sorting algorithms and choosing the most appropriate solution for an optim…

    C

  6. 42Fillit 42Fillit Public

    A recurring problem in programming: the search for an optimal solution among a very large number of possibilities, within a reasonable time. In the case of this project, it is a question of packing…

    C