News

These are my projects with pseudocode, created to learn programming logic. I completed this course a while ago, and the algorithms are written in Portugol using the Visualg software.
4th level Designing an algorithm Pseudocode Before designing an algorithm it is important to first understand what the problem is. Algorithms can be designed using pseudocode or a flowchart, and ...
CofiBlocks Prompt Guide Introduction This guide will help you effectively use our custom prompts for generating components and other code-related tasks in the CofiBlocks project. We utilize SudoLang, ...
Representing sequencing in pseudocode Writing in pseudocode is rather like writing in a programming language . Each step of the algorithm is written on a line of its own, in sequence.