Suggest some minor projects related to data structure | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Suggest some minor projects related to data structure

1st Oct 2017, 11:14 AM
Aman Bhawsar
Aman Bhawsar - avatar
2 Answers
+ 4
i had this problem in my clg ..its quite good The ticket booking system of Cinemax theater has to be implemented using C++ program. There are 10 rows and 7 seats in each row. Doubly circular linked list has to be maintained to keep track of free seats at rows. Assume some random booking to start with. Use array to store pointers (Head pointer) to each row. On demand a) The list of available seats is to be displayed b) The seats are to be booked c) The booking can be cancelled. try solving this one.. :)
1st Oct 2017, 12:28 PM
Apurva Kolhe
+ 3
you can try - 1) N queens problem 2) Magic square these are some simple ones... you could get info abt them on google. just try to build ur own logic..
1st Oct 2017, 12:27 PM
Apurva Kolhe