Open in app
Home
Notifications
Lists
Stories

Write
Sathwik Gaddi
Sathwik Gaddi

Home
About

Apr 3, 2021

Tree traversal techniques in Python using Recursion

A tree is a hierarchical data structure that stores the information naturally in the form of a hierarchy style. A tree is one of the most… — A tree is a hierarchical data structure that stores the information naturally in the form of a hierarchy style. A tree is one of the most powerful and advanced data structures. It is a non-linear data structure compared to arrays, linked lists, stack, and queue.

Binary Tree

3 min read

Tree traversal techniques in Python using Recursion
Tree traversal techniques in Python using Recursion

Apr 2, 2021

Robust Regression for data with outliers

Linear Regression works awesome until there is the data that contains outliers. — Linear Regression works awesome until there is the data that contains outliers. What are outliers? In the above graph, some points are lying far away from the regression line. These data or points are called outliers. For example, if a variable or a point in the graph follows the normal…

Robust Regression

2 min read

Robust Regression for data with outliers
Robust Regression for data with outliers

Apr 2, 2021

Linear Regression

The term “linearity” in algebra refers to a linear relationship between two or more variables. Linear Regression is a machine… — The term “linearity” in algebra refers to a linear relationship between two or more variables. Linear Regression is a machine learning-based algorithm that models a predicted value depending upon the independent variables. It is based on supervised learning. The above graph describes the percentage that can be scored by the…

Linear Regression

2 min read

Linear Regression
Linear Regression

Sep 25, 2020

Towers of Hanoi in Python using Recursion — Explained

Towers of Hanoi, the most common example taken when we speak about the term “Recursion”. Let’s discuss this problem in-depth and try to… — Towers of Hanoi, the most common example taken when we speak about the term “Recursion”. Let’s discuss this problem in-depth and try to understand the recursion concept clearly. Problem Statement: Towers of Hanoi consists of three rods and n number of disks of different sizes, which can be moved to any rod…

4 min read

Towers of Hanoi in Python using Recursion — Explained
Towers of Hanoi in Python using Recursion — Explained

Sep 24, 2020

Recursion Explained

Recursion….Recursion….Recursion — Recursion….Recursion….Recursion It is the most commonly heard term. How hard or how easy is recursion?! Let’s take a look!!! Recursion is the most important concept in the programming arena. It is made to solve problems that can be broken down into smaller, repetitive problems. …

Coding

4 min read

Recursion Explained
Recursion Explained
Sathwik Gaddi

Sathwik Gaddi

Project Engineer at Wipro Technologies https://sathwikgaddi.github.io/portfolio

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable