Getting Started with Python

Python is a robust and adaptable programming language that finds numerous applicability in web development, scientific computing, data analysis, artificial intelligence, and more. It is easy to le…

Read More

Getting Started with Python

Python is a robust and adaptable programming language that finds numerous applicability in web development, scientific computing, data analysis, artificial intelligence, and more. It is easy to le… Read More

Kibsoft(Senior Software Engineer) 1 year, 7 months ago . 307 views

Python Variables

Python is a robust and adaptable programming language that finds numerous applicability in web development, scientific computing, data analysis, artificial intelligence, and more. It is easy to le… Read More

Kibsoft(Senior Software Engineer) 1 year, 6 months ago . 249 views
All Stories

Binary Side View

Binary Side View Let's solve the problem of obtaining the right side view of a binary tree. To achieve that, here's a breakdown of how … Read More

ago ; 74 views

River Sizes

This challenge aims to come up with a solution that implements an algorithm to find the sizes of rivers in a 2D matrix. Problem Given a 2D matr… Read More

ago ; 74 views

Min Heap Construction

Min Heap Construction A MinHeap is a binary tree-based data structure where the value of each node is less than or equal to the values of its chil… Read More

ago ; 68 views

Max Subset Sum Not Adjacent

Max Subset Sum not Adjacent The provided solution aims to find the maximum sum of a subset of non-adjacent elements from a given array. Problem… Read More

ago ; 77 views

Breadth-First Traversal

The solution provided implements a breadth-first search (BFS) traversal algorithm on a tree-like structure represented by the Node class. Problem … Read More

ago ; 73 views

Popular