removed somthings
This commit is contained in:
parent
8e4fd06731
commit
034fb0dd63
@ -1,15 +1,3 @@
|
||||
# **************************************************************************** #
|
||||
# #
|
||||
# ::: :::::::: #
|
||||
# Makefile :+: :+: :+: #
|
||||
# +:+ +:+ +:+ #
|
||||
# By: ruiferna <ruiferna@student.42porto.com> +#+ +:+ +#+ #
|
||||
# +#+#+#+#+#+ +#+ #
|
||||
# Created: 2025/09/22 17:06:00 by ruiferna #+# #+# #
|
||||
# Updated: 2025/09/22 17:07:38 by ruiferna ### ########.fr #
|
||||
# #
|
||||
# **************************************************************************** #
|
||||
|
||||
# Program name
|
||||
NAME = n_queens
|
||||
|
||||
|
||||
@ -1,15 +1,3 @@
|
||||
/* ************************************************************************** */
|
||||
/* */
|
||||
/* ::: :::::::: */
|
||||
/* n_queens.c :+: :+: :+: */
|
||||
/* +:+ +:+ +:+ */
|
||||
/* By: ruiferna <ruiferna@student.42porto.com> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2025/09/22 00:00:00 by student #+# #+# */
|
||||
/* Updated: 2025/09/22 17:05:44 by ruiferna ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#include "n_queens.h"
|
||||
|
||||
void print_number(int n)
|
||||
|
||||
@ -1,15 +1,3 @@
|
||||
/* ************************************************************************** */
|
||||
/* */
|
||||
/* ::: :::::::: */
|
||||
/* n_queens.h :+: :+: :+: */
|
||||
/* +:+ +:+ +:+ */
|
||||
/* By: ruiferna <ruiferna@student.42porto.com> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2025/09/22 00:00:00 by student #+# #+# */
|
||||
/* Updated: 2025/09/22 17:05:44 by ruiferna ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#ifndef N_QUEENS_H
|
||||
# define N_QUEENS_H
|
||||
|
||||
|
||||
@ -1,15 +1,3 @@
|
||||
# **************************************************************************** #
|
||||
# #
|
||||
# ::: :::::::: #
|
||||
# Makefile :+: :+: :+: #
|
||||
# +:+ +:+ +:+ #
|
||||
# By: ruiferna <ruiferna@student.42porto.com> +#+ +:+ +#+ #
|
||||
# +#+#+#+#+#+ +#+ #
|
||||
# Created: 2025/09/22 00:00:00 by ruiferna #+# #+# #
|
||||
# Updated: 2025/09/22 17:15:15 by ruiferna ### ########.fr #
|
||||
# #
|
||||
# **************************************************************************** #
|
||||
|
||||
# Program name
|
||||
NAME = powerset
|
||||
|
||||
|
||||
@ -1,15 +1,3 @@
|
||||
/* ************************************************************************** */
|
||||
/* */
|
||||
/* ::: :::::::: */
|
||||
/* powerset.c :+: :+: :+: */
|
||||
/* +:+ +:+ +:+ */
|
||||
/* By: ruiferna <ruiferna@student.42porto.com> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2025/09/22 00:00:00 by ruiferna #+# #+# */
|
||||
/* Updated: 2025/09/22 17:12:50 by ruiferna ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#include "powerset.h"
|
||||
|
||||
void print_subset(int *subset, int size)
|
||||
|
||||
@ -1,15 +1,3 @@
|
||||
/* ************************************************************************** */
|
||||
/* */
|
||||
/* ::: :::::::: */
|
||||
/* powerset.h :+: :+: :+: */
|
||||
/* +:+ +:+ +:+ */
|
||||
/* By: ruiferna <ruiferna@student.42porto.com> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2025/09/22 00:00:00 by ruiferna #+# #+# */
|
||||
/* Updated: 2025/09/22 17:12:51 by ruiferna ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#ifndef POWERSET_H
|
||||
# define POWERSET_H
|
||||
|
||||
|
||||
12
rip/Makefile
12
rip/Makefile
@ -1,15 +1,3 @@
|
||||
# **************************************************************************** #
|
||||
# #
|
||||
# ::: :::::::: #
|
||||
# Makefile :+: :+: :+: #
|
||||
# +:+ +:+ +:+ #
|
||||
# By: ruiferna <ruiferna@student.42porto.com> +#+ +:+ +#+ #
|
||||
# +#+#+#+#+#+ +#+ #
|
||||
# Created: 2025/09/22 00:00:00 by ruiferna #+# #+# #
|
||||
# Updated: 2025/09/22 17:26:07 by ruiferna ### ########.fr #
|
||||
# #
|
||||
# **************************************************************************** #
|
||||
|
||||
# Program name
|
||||
NAME = rip
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user