Please enable JavaScript.
Coggle requires JavaScript to display documents.
programming (Algorithms (Examples (Compression algorithms, Route finding…
programming
Algorithms
-
By applying the right algorithm, you can make your programs work faster
In biological science, new algorithms are constantly being designed like designing molecular substances
-
-
-
-
-
-
-
-
Syntax
-
English language has syntax, and so do all programming languages
-
-
-
-
-
-
-
-
-
Variables
-
-
By using a name the programmer can store, retrieve and manipulate data without knowing what the data will be
-
-
-
-
-
-
-
-
Data Types
-
-
In addition to the pre-defined data types, the programmer can create user defined data types
-
-
In general, once declared the type of data stored in a variable cant be changed, so think carefully when declaring the data type
-
-
-
-
-