Please enable JavaScript.
Coggle requires JavaScript to display documents.
Software Development_Georgy, 0 (Your position), Feedback, Requirements, 4…
Software Development_Georgy
𝗜𝗻𝗰𝗿𝗲𝗺𝗲𝗻𝘁𝗮𝗹
An incremental algorithm is given a sequence of input, and finds a sequence of solutions that build incrementally while adapting to the changes in the input
For example Google maps or other online maps, algorithm try to find faster way
𝗜𝘁𝗲𝗿𝗮𝘁𝗶𝘃𝗲 :
The process of trying to solve a problem by finding successive approximations to a solution. The result of repeated calculations is a sequence of approximations of the quantities of interest
𝗪𝗮𝘁𝗲𝗿𝗳𝗮𝗹𝗹
=>
The waterfall model is a linear, sequential approach to the software development lifecycle (SDLC) that is popular in software engineering and product development.
Other 𝗔𝗹𝗴𝗼𝗿𝗶𝘁𝗵𝗺𝘀
Sum
let N = 0
for each pair of people in room
Set N=N+10
If 1 person remains then:
Set N=N+1
We will add new atribute for 1 person
We made a condition
N- Count persons in room
Best price
We get some prices. For example 128
We need do group of 2 price with all price (64 groups remains)
After we sorting all groups 1 small price, second high price
We connect two groups at ones (4 price at one group; 32 groups remains)
After we sorting all groups, first small price, last high price, in order
We connect two groups at ones (8 price at one group; 16 groups remains)
After we sorting all groups, first small price, last high price, in order
1 more item...
0
(Your position)
4
8
11
destination
3
1
5
7
Feedback
.
.
Requirements
Design
Implementation
Verification
Maintenance
4
6
7
3
6
3
5