Tag: programmer

How Important is Maths For Software Engineering?

Updated:

The word ‘Maths’ can terrify people who don’t have a bit of interest in this subject. Mathematics is an important foundation for many science and engineering domains. Similarly, Discrete mathematics and logic are foundations for computer-based disciplines such as...

Implementation of Binary Search Trees in Python (Part 1)

Updated:

Tree is one of the non-linear data structures and perhaps one of the most rated and asked questions during the job interviews. In computer science, a tree is a widely used abstract data type (ADT)—or data structure that simulates a hierarchical tree...