Changes

Jump to: navigation, search

DPS921/ASCII

14 bytes added, 23:09, 11 December 2018
Group : NoName
=Group : NoNamePixels2=
===Team Members===
# [mailto:kyuriy@myseneca.ca?subject=DPS921 Alex]
[[File:charTmpl.png|150px]]
Iterating over character template forms the second pair of inner-most loops. The pseudocode to do this is below. And while it may look like we have 4 nested loops the runtime complexity of our algorithm is O(N) since we are iterating over each pixel in an image exactly once. Because we are able to break down work into chunks, their processing can be done independently of each other. This problem can be classified as '''Embarrassingly parallel''' problem, however I prefer a new proposed term a '''perfectly parallel''' problem. (Source: [[Wikipediahttps://en.wikipedia.org/wiki/Embarrassingly_parallel|Wiki]])
[[File:codePxl.png|300px]]
120
edits

Navigation menu