Please enable JavaScript.
Coggle requires JavaScript to display documents.
development (algorithm (algorithms analysis (main resources (time, memory)…
development
algorithm
-
-
algorithms analysis
-
-
growth rate
types
-
A linear growth rate is a growth rate where the resource needs and the amount of data is directly
proportional to each other
-
-
logrithmic
A logrithmic growth rate is a growth rate where the resource needs grows by one unit each time the
data is doubled
-
-
-
-
notational methods
-
-
Big-O
WHAT
-
rankings
-
O(n e2), O(n e3), O(2 en )
-
-
-
WHAT
-
qualities of a good
-
-
-
4
An algorithm shouldn't have computer code. Instead, the algorithm should be written in such a way that, it can be used in similar programming languages
-
-
THERMS
WRAPPER
ts used to describe a class which contains an instance of another class, but which does not directly expose that instance. The wrapper's main purpose is to provide a 'different' way to use wrapped object (perhaps the wrapper provides a simpler interface, or adds some functionality)
-
Integrated Development Environment, IDE
-
handler
What
is a routine/function/method which is specialized in a certain type of data or focused on certain special tasks
-
managment system
package, dependency & environment management system
open source
conda
PL
Python, Ruby, Lua, Scala, Java, JavaScript, c/c++, Fortran
-
packager menager
What
a piece of software that lets you manage the dependencies (external code written by you or someone else) that your project needs to work correctly
package
a reusable piece of software which can be downloaded from a global registry into a developer’s local environment
-
package
a reusable piece of software which can be downloaded from a global registry into a developer’s local environment
-
-
OS ( Operating systems)
theory
-
-
-
what ?
skup programa koji objedinjuju sve sklopovske dijelove računala i omogućuju njihovu djelotvornu primjenu
an OS is a 'software' that manages all of the hardware resources associated with your destop or laptop .... OS manages the comunication between your software and your hardware
types
-
-
-
-
-
-
realtime OS (RTOS)
used to control machinery, scientific intruments and industrial systems
-
-
-
-
-
-
data structures
About
implements
Abstract data type, ADT
-
classification
containers / collections
Stack
-
operations
- 6 more items...
-
Queue
-
:pencil2:
- 2 more items...
tables/ dictionaries
-
operations
- 8 more items...
-
-
-
-
-
-
-
-
-