C++ Memset array to 1 in C++ In this article, we have explored the problem of setting an array of int to 1 using memset in C++ and the solution for it.
Algorithms Divide and Conquer In this article, we will discuss what is Divide and Conquer technique and how is it helpful. We will see various examples which uses the Divide and Conquer approach in their algorithms.
git See changes in a specific Git commit In this article, we have presented how to see the code changes in a specific Git commit using "git diff" command.
System Design System Design of Retail Management System In this article, we will take a look at the key features a retail management system needs to offer, its high-level, low-level design, database design, and some of the already existing retail management systems.
Algorithms Design and Analysis of Algorithms (DAA) [Syllabus] This article presents the detailed Syllabus of the subject "Design and Analysis of Algorithms (DAA)" also known as "Data Structure and Algorithms (DSA)". This subject is taught in Bachelor of Science or Bachelor of Technology course in Computer Science.
System Design System Design of Hotel Management System In this article, we have presented the System Design of Hotel Management System in depth along with system and functional requirements, use case diagrams, architecture and much more.
System Design System Design of Restaurant Management System In this article, we will take a look at the key features a restaurant management system needs to offer, its high-level, low-level design, database design, and some of the features that turnkey software solutions offer.
System Design System Design of School Management Software In this article, we will be exploring the System Requirements, Architecture, Low-level design, database design, and examples of School Management Software.
System Design System Design of Fee Management System In this article, we will take a look at the key features a fee management system needs to offer, its high-level, low-level design, database design, and some of the features that turnkey software solutions offer.
computational geometry Bentley Ottmann Algorithm for Plane Sweeping In this article, we shall be discussing the Bentley-Ottmann algorithm for computing a plane sweep. This lists all the intersection points in a set of line segments. The Bentley-Ottmann algorithm takes O((n+k)logn).
Graph Algorithms Depth Limited Search In this article, we have explored Depth Limited Search algorithm which is a restricted version of Depth First Search (DFS).
Algorithms Intro Sort In this article, we will discuss about the Introspective or Intro sort algorithm which is an efficient Hybrid Sorting Algorithm making use of Quick Sort, Heap Sort and Insertion Sort.
Python Python script to read email from Gmail In this article, we have explained the idea of using Python to read an email from Gmail with a complete Python implementation example.
Python Python script to get currency exchange rates In this article, we will be writing a Python Script to get currency exchange rates from an API and plotting graphs of exchange rates with respect to Time.
System Design Apache Kafka in System Design This article will cover the uses of Apache Kafka in System Design, its core capabilities, and how it works.
System Design Hadoop in System Design In this article, we have explored the idea behind Hadoop and how it is used in System Design.
Time Complexity Time and Space Complexity of Insertion Sort on Linked List In this article, we have explored Time and Space Complexity analysis of Insertion Sort on Linked List.
computational geometry Monotone Chain algorithm for Convex Hull In this article, we have explored Monotone Chain algorithm for finding Convex Hull in a given set of points.
System Design System Design of Library Management System In this article, we will take a look at the key features a library management system needs to offer, its high-level, low-level design, database design, and some of the already existing library management software.
Algorithms "Linked List Problems" book This article introduces the exclusive book on Linked List Data Structure titled "Linked List Problems: For Interviews and Competitive Programming". It is a part of the book series "Must for Coding Interviews".
System Design System Design of IP/ Patent Management System In this article, we will take a look at the key features a IP/ Patent management system (IPMS) needs to offer, its high-level, low-level design, database design, and some of the features that turnkey software solutions offer.