Skip to content
View An2An96's full-sized avatar

Block or report An2An96

Report abuse

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

Report abuse

Pinned Loading

  1. corewar corewar Public

    Corewar is a very peculiar game. It’s about bringing “players” together around a “virtual machine”, which will load some “champions” who will fight against one another with the support of “processe…

    C 2

  2. lem_in lem_in Public

    Your ant colony must move from one point to another. But how to make it the shortest path possible? This project introduces you to graphing algorithms: your program will have to intelligently selec…

    C

  3. push_swap push_swap Public

    This project will make you sort data on a stack, with a limited set of instructions, using the lowest possible number of actions. To succeed you’ll have to manipulate various types of algorithms an…

    C

  4. ft_printf ft_printf Public

    Own implementation of the original stdio library function - printf

    C