Lost your password?

Blogs about: Linked List

Featured Blog

Linked list implementation in C

Rag Sagar.V രാഗ് സാഗര്‍.വി wrote 1 week ago: Just thought of sharing the code i written to learn linked list implementation the day before my dat … more →

Tags: C#, data structures

Reverse the linked list in pairs.

the-geek wrote 1 month ago: The question is like this – if you have a linked list that holds 1 -> 2 -> 3 -> 4 - … more →

Tags: Google, Interview Question

LINKED LIST

errissya rasywir wrote 1 month ago: Sebagai mahasiswa informatika tentu pasti  telah belajar mengenai variabel array yang bersifat stati … more →

Reverse a Singly Linked List.

the-geek wrote 3 months ago: Reverse a singly linked list : public void reverse()     {      … more →

Tags: Microsoft

Circular linked list - An implementation using C#2 comments

navaneethkn wrote 3 months ago: In this post, I will explain about creating a circular doubly linked list using C#. .NET framework p … more →

Tags: .NET, Algorithms, C#

Non-blocking Ordered Linked List

gandhinaths wrote 3 months ago: One of the topics in computer science that has amused me is the non-blocking synchronization of data … more →

Tags: non-blocking synchronization, scalability

Something to keep in mind about European workforce: it's actually quite small

9k wrote 4 months ago: Interesting (well, for me, at least) results from a recent Eurobarometer study: In almost all EU mem … more →

9k wrote 4 months ago: IHT: A Russian business lobby and members of Parliament are in the early stages of drafting legislat … more →

9k wrote 4 months ago: In Paris, Ophélie Neiman from Rue89 wore the niqab for a day. Back in 2006, Zaiba Malik from the Gua … more →

9k wrote 4 months ago: Pascal Canfin, Green MEP is very concerned: La nomination à la présidence de la commission «Affaires … more →

Dasar Linked List - 1

exodream wrote 5 months ago: Dalam proses pengorganisasian dan pemrosesan data dalam jumlah banyak dapat menggunakan suatu array. … more →

Tags: C#, Programming Language

Membuat Linked List

windupurnomo wrote 6 months ago: Silahkan dowload video tutorial pembuatan linked list berikut. Semoga bermanfaat. download video … more →

Tags: Struktur Data, Video-Tutorial

A LIFO in C using Singly-Linked List

arnuld wrote 6 months ago: Here is the implementation of a LIFO in C using Singly-Linked list. Remember pop() may look differen … more →

Tags: hacking, C#, LiFo

Linked List implementation of a Queue in C

arnuld wrote 6 months ago: A Queue is a FIFO based data structure. I tried to create one and got lots of advices and improvemen … more →

Tags: C#, CIA, CIA bogus software, comp.lang.c, Open-Source, propriet, Proprietary Software, queue, russian pipeline explosion

The Linked-list of Thoughts

burhanahmad wrote 9 months ago: “In computer science, a linked list is one of the fundamental data structures, and can be used to im … more →

Tags: murti, paki, brain masala, zombie, Pure Terrorist

How to create customized singly linked list

rastogha wrote 10 months ago: Linked list work on the concept of FIFO – First in First out. i.e the element inserted first w … more →

Tags: Java, Data Structure

Order This.

matt wrote 10 months ago: When you view the execution plan sometimes you see the scan as ordered, sometimes no.  What doe … more →

Tags: SQL Performance, Ordered, execution plan

How to use Interlocked Singly Linked Lists?

Jijo.Raj wrote 11 months ago: Well, STL can provide you almost all kind of containers you want. But only one problem exists … more →

Tags: Windows APIs, interlocked list, interlocked singly linked list, synchornized list, SLIST_ENTRY, InitializeSListHead(), InterlockedPushEntrySList(), InterlockedPopEntrySList(), InterlockedFlushSList()

How to find nth last element in Singly Linked List

rastogha wrote 1 year ago: Consider the linked list 34 – 45 – 9 – 3 – 23 – 04 To find the 3rd las … more →

Tags: Data Structure


Have your say. Start a blog.

See our free features →

Related Tags
All →

Follow this tag via RSS