In: Computer Science
Using practical examples in the two sectors labelled (i)–(ii) below, discuss problems that individuals and organizations can solve using data structures and algorithms that they build:
(i). Science and Engineering (2 examples)
(ii). Education (2 examples)
In Science and Engineering there is many real life based problem can be solved be individuals and organizations like
Using Array in data strcture we can make this , here is the overview of this game
Snake can move in a given direction and when it eats the food,
the length of snake increases.
When snake crosses itself, the game will over.
Food will be generated at given interval.
Here is the Algorith of Sudoku
This project is basically an application which helps friends, colleagues or relatives who live at far off places (generally in another country) plan a trip together to a place in optimal budget.
and below there is some project using data Structure and algorithm