logo-home

Mthimkhuluramasimong

On this page, you find all documents, package deals, and flashcards offered by seller mthimkhuluramasimong.

Community

  • Followers
  • Following

35 items

(Arrays)

(0)
$20.48
0x  sold

A list of finite number of homogenous data elements • Data elements could be § Characters § Numbers § Structures Note!: After compilation, elements of array are stored in successive memory location Exception: User defined higher dimensional arrays

i x
  • Class notes
  •  • 17 pages • 
  • by mthimkhuluramasimong • 
  • uploaded  29-01-2023
Quick View
i x

(Review on basics of C-language)

(0)
$7.02
0x  sold

// // main.c // Testing Filter // // Copyright © 2016 James Okello. All rights reserved. #include <stdio.h> #include "test_c_filter.h" int main(int argc, const char * argv[]) { // insert variables & code here... printf("Hello, World!n"); test_filter_parameters(); // prototype of this function in header file return 0; // return a value if necessary

i x
  • Class notes
  •  • 20 pages • 
  • by mthimkhuluramasimong • 
  • uploaded  29-01-2023
Quick View
i x

(Graphs & Sample Algorithm)

(0)
$9.48
0x  sold

Given some vector v, it possible to create a number (or a set) of vectors that when linearly combined will give any vector of a type similar to v § Similarly, given a graph, it is possible to create sub- graphs that together they define the original graph ü Note that a graph is constituted of vertices and edges

i x
  • Class notes
  •  • 22 pages • 
  • by mthimkhuluramasimong • 
  • uploaded  29-01-2023
Quick View
i x

(Revisit the big “O”)

(0)
$9.48
0x  sold

Given • a matrix variable “matrixA” of type double and size N-by-M (N rows and M columns) • a vector variable “vectorB” of type double and size M-by-1 Assume the variables vectorB, vectorC and matrixA have been declared #define SIZE_N 20 #define SIZE_M 10 : double matrixA[SIZE_N][SIZE_M], vectorB[SIZE_M], vectorC[SIZE_N];

i x
  • Class notes
  •  • 19 pages • 
  • by mthimkhuluramasimong • 
  • uploaded  29-01-2023
Quick View
i x

Broad classification

(0)
$9.65
0x  sold

Input: Zero or more quantities are externally supplied • Output: At least one quantity is produced • Definiteness: Instructions has to be clear & unambiguous • Finiteness: Algorithm must always terminate after a finite set of instructions

i x
  • Class notes
  •  • 9 pages • 
  • by mthimkhuluramasimong • 
  • uploaded  29-01-2023
Quick View
i x

Introductory definitions

(0)
$20.48
0x  sold

Data structure is a collection of data items in memory There is a corresponding number of operations provided to manipulate data structures Data may be organized in many different ways- the logical or mathematical model organization of data is also referred to as data structure • Data refers to a value or a set of values These values may represent some observation from experiment, marks obtained by a student in an examination, age (i.e. 22), e.t.c.

i x
  • Class notes
  •  • 30 pages • 
  • by mthimkhuluramasimong • 
  • uploaded  29-01-2023
Quick View
i x

DIGITAL ELECTRONICS

(0)
$263.31
0x  sold

FULL COURSE FOR DIGITAL ELECTRONICS WITH EXAMPLES AND ANSWERS LEARN AT HOME

i x
  • Package deal
  •  • 16 items • 
  • by mthimkhuluramasimong • 
  • uploaded  29-01-2023
i x

(C - Structures)

(0)
$9.83
0x  sold

The slides that follow present a basic introduction to C - structures that we will need in order to understand fundamental data structures. • Arrays allow us to define types of variables that can hold several data items of the same kind. • In contrast, structure is an example of user defined data type available in C that allows us to combine data items of different kinds. • Structures are used to represent a record. Suppose we want to keep track of our books in a library. We might wa...

i x
  • Class notes
  •  • 7 pages • 
  • by mthimkhuluramasimong • 
  • uploaded  29-01-2023
Quick View
i x

(Introduction to algorithm complexity)

(0)
$9.36
0x  sold

The study of data structures includes: • Logical description of the data structure • Implementation of the data structure • Quantitative analysis of the data structure Includes determining: - Amount of memory needed to store the data structure - Time required to process

i x
  • Class notes
  •  • 6 pages • 
  • by mthimkhuluramasimong • 
  • uploaded  29-01-2023
Quick View
i x