saud chougle

saud chougle

Follow
homeWebsitebadgesnewsletter
Tag

basics

#basics

More content

Read more stories on Hashnode


Articles with this tag

Graph Representation

Mar 23, 20223 min read 146 views

☝️This is a graph. How? A graph is a collection of nodes and edges in a way that nodes are connected by edges. How does the computer understand what...

Graph Representation

What is Pointer?

Sep 5, 20211 min read 121 views

What is this 👇? var favoriteNumber int = 7 a variable of the name "favoriteNumber" of a type integer that stores 7. similarly var favoriteColor...

What is Pointer?