IEEE-VIT / back-to-future

A beginner friendly repository to help users learn and contribute towards open source
9 stars 34 forks source link

Add: puzzle.c in C directory #18

Closed mayurjethwa closed 1 year ago

mayurjethwa commented 1 year ago

Added 15 puzzle program in c language using branch & bound algorithm.

axrav commented 1 year ago

@mayyyur Thanks for your contribution, But I personally believe this is not the correct way to add puzzle, can you just give a simple puzzle rather with proper output as comments

mayurjethwa commented 1 year ago

@axrav Actually this is the puzzle problem which states a initial state and a goal state . you can refer

15_puzzle

axrav commented 1 year ago

@mayyyur this is not actually relevant repository to add this,This repository is more based on algorithms and basic beginner friendly solutions, I am closing the request for now,Feel free to have a look on issues and solve them!