Program to reverse a linked list

Given a linked list, write a program to reverse elements of a linked list. e.g.- for linked list 1 - …

Program to find middle element of a Linked List

Given a linked list, write a program to find middle element of a linked list. e.g.- for linked list 1 …

Custom User Model in Django

In this tutorial, we will be learning how to create a custom user model or extending user model to add …

Reverse elements of an array

Write a program to input elements in an array and find reverse of an array. So in this post, we …

Introduction to Arrays

An array is a collection of items stored at contiguous memory locations. The array is used to store multiple data …