top of page
Search
The Tech Platform
Aug 5, 2024
Memory Efficiency: ref and unsafe Feature in C# 13
Our problem revolves around the limitations imposed on using ref and unsafe constructs in certain contexts. Specifically, async and...
The Tech Platform
Mar 22, 2024
Write Code for a Linked List in C with Functionalities to Add, Delete, and Find Nodes
A linked list in C is a fundamental data structure used to organize a collection of elements. Unlike arrays, linked lists allow dynamic...
The Tech Platform
Nov 16, 2023
Golang For Loop: A Comprehensive Guide
In programming languages, efficiency and simplicity often go hand in hand. Golang, also known as Go, is a statically typed, compiled...
The Tech Platform
Aug 28, 2023
Working with C# Enum: A Beginners Guide
If you're new to C# programming, you've likely experienced various data types and structures that help organize and manipulate data...
The Tech Platform
Jul 22, 2023
Python List vs Tuple
Python offers various Data Structures to store and manage collections of data. Two fundamental data structures, Python list, and Python...
The Tech Platform
Jul 4, 2023
Introduction to Heap Data Structure
The heap data structure is a fundamental concept in computer science and plays a crucial role in various algorithms and applications. It...
The Tech Platform
Jan 14, 2023
Data Structure: Stacks and Queues
In this article, we will give a brief introduction to Data Structure: Stacks and Queues. In this, we will also discuss the Stacks...
The Tech Platform
Jan 11, 2023
Data Structure and Its Types
What is Data Structure? Data Structure is used to organize, process, retrieve and store data. Data structure makes it easy for users to...
The Tech Platform
Dec 7, 2022
Top Algorithm everyone should learn
An algorithm is a procedure used for solving a problem or performing a computation. Algorithms act as an exact list of instructions that...
The Tech Platform
Feb 24, 2022
Top 7 competitive programming algorithms every coder must know
Programming is a difficult role, and once you enter it, you will face new challenges and may be required to solve problems that no one...
bottom of page