Sandesh Daundkar
Sandesh Daundkar | Blogs

Sandesh Daundkar | Blogs

Follow
home

It's about the Bash!

Mar 7, 20238 min read 166 views

Introduction A bash script is a file having instructions that can also be executed individually on a command line. With scripting, you can automate...

It's about the Bash!

Switch Case in Python

Aug 13, 20222 min read 154 views

Imagine, the switchboard at home every switch is dedicated to some device. When you on/off the switch only that device responds to the signals. ยท...

Switch Case in Python

Recursion

Aug 6, 20223 min read 116 views

"To understand recursion, one must first understand recursion." - Stephen Hawking ยท Hello Everyone ๐Ÿ™‹๐Ÿปโ€โ™‚๏ธ, In this article, we will take a look at...

Recursion

Binary Trees

Aug 6, 20222 min read 153 views

Binary Tree/ N-Ary Tree ยท Hello Everyone ๐Ÿ™‹๐Ÿปโ€โ™‚๏ธ, In this article, we will try to understand what are binary trees, as we go along we will be exploring...

Binary Trees