Open in app

Sign in

Write

Sign in

Madiwa Simon
Madiwa Simon

7 Followers

Home

About

Nov 29, 2021

Dijkstra’s Algorithm

One of the most famous algorithm and widely used around the world. What is the algorithm? finding the shortest and fastest way from two vertices. Who invented the Dijkstra’s algorithm? Edsger Dijkstra is a Dutch programmer, physicist, mathematician and many more. He is a very influential person that led a lot of discoveries and algorithms…

2 min read

Dijkstra’s Algorithm
Dijkstra’s Algorithm

2 min read


Nov 22, 2021

Data Structures and What is the use of it in real world.

Data structure is used in many things but a lot of people don’t realize it. Data structures has a lot of use wether its for the code and functions or interviews you will do or solving problems in mathematical way. There are a lot of structures out there that may…

2 min read

Data Structures and What is the use of it in real world.
Data Structures and What is the use of it in real world.

2 min read


Nov 15, 2021

If and Else Statements and code blocks Python .

blocks and statement conditions for Python. For Python code blocks begins and end with indentations as for other languages we use {} brackets, parenthesis ()or other symbols Python code is all about simplicity and cleanliness. It is almost like an english language made to be read easily and in proper…

2 min read

If and Else Statements and code blocks Python .
If and Else Statements and code blocks Python .

2 min read


Nov 7, 2021

Variables and Types in Python

Simple ways to learn and remember variables and types in Python. Everything in programming is stored in computer memory. The Data that we need are also stored in memory, variables is giving name to that certain area of memory where we can store certain values wether its string, numbers, list…

2 min read

Variables and Types in Python
Variables and Types in Python

2 min read


Oct 31, 2021

Python basics and simple programs.

As I said from the previous blog python is a very simple program that can process complex functions or actions that need to be done. For this blog will cover the most basic actions that can be done in python. Literal is a value of some type. There is numerical…

2 min read

2 min read


Oct 25, 2021

INTRO to Python

Python is an object-oriented interpreted language that is easy to use. which can run on Windows, Linux, and Mac OS X plus more. The creator of python is Guido van Rossum who was an employee of google while he was creating the python language. Python supports basic data…

1 min read

INTRO to Python
INTRO to Python

1 min read


Oct 18, 2021

Hash Functions

any function that can be map data and store data to a hash table.

1 min read

Hash Functions
Hash Functions

1 min read


Oct 10, 2021

Hash Tables

Hash tables are used to store key-value pairs. A structure that can map keys and values. It’s great to use because it is fast to map, add, and delete value. A key and value will be paired together to have a specific location. When finding a key the value will…

1 min read

Hash Tables
Hash Tables

1 min read


Oct 3, 2021

Binary Heaps

Similar to binary search trees but with different set of rules. There are two different Binary heaps Max Binary Heap which has the largest value on the root node and parent node should always be larger than child node. 2. Min Binary Heap which is the opposite of the max…

1 min read

Binary Heaps
Binary Heaps

1 min read


Sep 26, 2021

Tree Traversal Intro

The process of visiting each node in a tree data structure exactly once. Traversals are classified on which order the nodes are visited. The order of the numbers doesn’t need to be like a Binary search tree. It can be all jumbled and still be a tree graph in which…

1 min read

Tree Traversal Intro
Tree Traversal Intro

1 min read

Madiwa Simon

Madiwa Simon

7 Followers

Just coding

Following
  • Josh Frank

    Josh Frank

  • Kody Samaroo

    Kody Samaroo

  • Sam Hall

    Sam Hall

  • Woodelin florveus

    Woodelin florveus

  • Jamesdesousa

    Jamesdesousa

See all (21)

Help

Status

About

Careers

Blog

Privacy

Terms

Text to speech

Teams