removed somthings

This commit is contained in:
Rui Ribeiro 2025-09-22 17:29:05 +01:00
parent 8e4fd06731
commit 034fb0dd63
7 changed files with 0 additions and 84 deletions

View File

@ -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

View File

@ -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)

View File

@ -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

View File

@ -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

View File

@ -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)

View File

@ -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

View File

@ -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