Quantcast
Channel: The Crazy Programmer
Browsing all 761 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Detect and Remove Loop in a Linked List

In this article, we will look at an interesting problem related to Linked List . ‘Given a Single Linked List, Remove Loop if there exists any’. We will look at different ways to solve this problem and...

View Article


Image may be NSFW.
Clik here to view.

Sencha Announces Release of Ext JS 7.4 at Annual SenchaCon Virtual Conference

Austin, Texas – Apr. 22, 2021  Sencha, a portfolio company of IDERA, Inc., announced the release of 7.4 during its annual virtual developer conference, SenchaCon. Sencha’s Ext JS Web Application...

View Article


Image may be NSFW.
Clik here to view.

2-3-4 Trees – Properties, Insertion, Deletion, Time Complexity & Applications

In this article, we will learn about 2-3-4 Trees. We will look at the creation of 2-3-4 trees and look at the operations performed on this trees with examples. We will also look at the time for each...

View Article

Image may be NSFW.
Clik here to view.

Polish Notation in Data Structure

In this article, we will look into Polish notation in Data Structures. We will discuss its types along with some examples and the use of such notations in general. Polish Notation is a general form of...

View Article

Image may be NSFW.
Clik here to view.

10 Best Chairs for Programming in India 2021

Are you looking for a list of the best chairs for programming? Here, in this article, we have come up with a list of the 10 best chairs for programming in India since we care for your wellbeing. You...

View Article


Image may be NSFW.
Clik here to view.

How Companies Helps Developers To Not Leak Sensitive Data In Their Repositories

Software repositories are specifically designed as the storage location for software packages. Vaults are used as the storage locations, and at times the contents tables with the metadata are stored,...

View Article

Image may be NSFW.
Clik here to view.

Header Linked List in Data Structure

In this article we will look into an interesting topic related to Linked List: Header Linked List. We will look at its description and types and will also look at the implementation and advantages of...

View Article

Image may be NSFW.
Clik here to view.

How to Print Address in C

In this article, we will first look at how can we assign an address to a variable and then print the address using C language. First of all, we will take a look at how addresses are assigned to any...

View Article


Image may be NSFW.
Clik here to view.

How to Print Hexadecimal in C

In this article, we will see how can we print a number in hexadecimal format using C language, but before that, we will take a look at what this format is all about. In C language, a value in...

View Article


Image may be NSFW.
Clik here to view.

Data Lake vs Data Warehouse

Companies everywhere are handling more data than ever and all these terabytes of data need to be stored somewhere. Should you store the data in a database, a data warehouse, or a data lake? How do you...

View Article

fgets() vs scanf() in C

In this article, we will take a look at two of the most basic functions used in the C language and subsequently, we will compare them on the basis of their usage. Both fgets and scanf functions are...

View Article

C++ Global Variable with Examples

Global variables are described at the top of a program, outside of all functions. The value of a global variable remains constant throughout the execution of the program. Every function that is...

View Article

Image may be NSFW.
Clik here to view.

Spooling in Operating System

In this article, we will take a look at one of the most intriguing concepts which exist in our computer programming world – Spooling. The word ‘SPOOL’ is derived from the old french word ‘espule’ which...

View Article


Image may be NSFW.
Clik here to view.

Difference between EPROM and EEPROM

We all are well aware of Read-Only Memory, abbreviated as ROM, which is actually a memory chip used to store data permanently and retains it even when the system is turned off. In this article, we will...

View Article

Image may be NSFW.
Clik here to view.

Object Pascal – 26 Things You Didn’t Know About

Nearly all software developers of a certain generation learned to program with a version of the Pascal programming language. Niklaus Wirth designed the Pascal language with the intention of encouraging...

View Article


Image may be NSFW.
Clik here to view.

Interpolation Search Algorithm – Time Complexity, Implementation in Java

In this article we will have a look at an interesting Searching Algorithm: Interpolation Search. We will also look at some examples and the implementation. Along with this we look at complexity...

View Article

Image may be NSFW.
Clik here to view.

Top 5 Outsourcing Web Design and Development Benefits

Run a startup and need a cool website or have a new project that requires web design & development? Either way, first thing you have to decide: whether to hire the specialists yourself or find a...

View Article


Image may be NSFW.
Clik here to view.

Stop and Wait Protocol

In this article, we will take a look at the Stop and Wait protocol of a computer networking system. In order to understand the mechanism of this protocol, we will first have a brief understanding of...

View Article

Image may be NSFW.
Clik here to view.

ipconfig vs ifconfig – Difference between ipconfig and ifconfig

In this article, we will have a look at the two network configurations in computer networks – ipconfig and ifconfig. Before diving into the details, let us have a brief understanding of what is...

View Article

Image may be NSFW.
Clik here to view.

Difference between Physical and Logical Address in Operating System

In this article, we will study the two types of addresses in the operating system – Physical and Logical addresses and take a look at the differences between the two of them. How do we define an...

View Article
Browsing all 761 articles
Browse latest View live