Skip to content

Core Voilà

A blog to learn Programming

  • Home
  • Computer Science
    • Cryptography
    • Algorithm
  • .Net
    • OOPs
    • Deployment
    • C#
      • Lesson
      • Interview Question
    • ML.NET
  • Coding Problems
    • Beginner Level
    • Intermediate Level
    • Advanced Level
  • Code fun
    • News for Geeks
      • Daily Programming Language News
      • New Tech Invention Latest News
      • Database News
    • Online Free Quiz
    • Guest Post
    • C# Brainteasers
    • C++ Brainteasers
    • Memes
  • Web
    • JavaScript
    • Angular
    • Typescript
  • Question & Answer
    • Ask Question
    • Questions
  • My Account
    • Login
    • Register

Tag: Data Structure

Beginner Level, Coding Problems

Stooge Sort

Write a program to demonstrate stooge sort algorithm. Solution: Continue reading Stooge Sort

Mahesh DeshmaneMaheshJune 13, 2020June 21, 2020Leave a comment
Beginner Level, Coding Problems

Priority Queue using Heap

Write a programme to demonstrated Priority Queue using Heap Solution: Continue reading Priority Queue using Heap

Mahesh DeshmaneMaheshJune 12, 2020June 21, 2020Leave a comment
Beginner Level, Coding Problems

Reversing a Queue

Write a program to reversing a queue element Solution: Continue reading Reversing a Queue

Mahesh DeshmaneMaheshJune 12, 2020June 21, 2020Leave a comment
Beginner Level, Coding Problems

First In First Out(FIFO) Implementation

Write a program to demonstrate First In First Out(FIFO) approach. Solution: Continue reading First In First Out(FIFO) Implementation

Mahesh DeshmaneMaheshJune 12, 2020June 21, 2020Leave a comment
Beginner Level, Coding Problems

Reverse a word using Stack

Write a program to reverse a word using stack For example Solution Continue reading Reverse a word using Stack

Mahesh DeshmaneMaheshJune 12, 2020June 21, 2020Leave a comment
Beginner Level, Coding Problems

Implement Stack using Queue

Write a program to demonstrate stack Implementation using Queue. Solution: Continue reading Implement Stack using Queue

Mahesh DeshmaneMaheshJune 12, 2020June 21, 2020Leave a comment
Beginner Level, Coding Problems

Implement Stack using an Array

Write a program to demonstrate stack Implementation using an Array. Solution: Continue reading Implement Stack using an Array

Mahesh DeshmaneMaheshJune 12, 2020June 21, 2020Leave a comment
Beginner Level, Coding Problems

Delete element from stack

Write a program to delete an element from a stack. Solution Continue reading Delete element from stack

Mahesh DeshmaneMaheshJune 12, 2020June 21, 2020Leave a comment
Beginner Level, Coding Problems

Sort stack

Write a program to Sort a stack Solution: Continue reading Sort stack

Mahesh DeshmaneMaheshJune 12, 2020June 21, 2020Leave a comment
Beginner Level, Coding Problems

Sort a stack using recursion

Write a program to Sort a stack using recursion Solution: Continue reading Sort a stack using recursion

Mahesh DeshmaneMaheshJune 12, 2020June 21, 2020Leave a comment
Beginner Level, Coding Problems

Reverse Stack Implementation

Write a program to reverse stack. For example Solution Continue reading Reverse Stack Implementation

Mahesh DeshmaneMaheshJune 12, 2020June 21, 2020Leave a comment
Beginner Level, Coding Problems

Stack Implementation using Linked List

Write a program to demonstrate stack Implementation using Linked List. Solution: Continue reading Stack Implementation using Linked List

Mahesh DeshmaneMaheshJune 12, 2020June 21, 2020Leave a comment
Beginner Level, Coding Problems

Sort doubly linked list.

Write a Program to sort the elements of the doubly linked list. Solution: Continue reading Sort doubly linked list.

Mahesh DeshmaneMaheshJune 11, 2020June 21, 2020Leave a comment
Beginner Level, Coding Problems

Search in doubly linked list.

Write a Program to search an element in a doubly linked list Solution: Continue reading Search in doubly linked list.

Mahesh DeshmaneMaheshJune 11, 2020June 21, 2020Leave a comment
Beginner Level, Coding Problems

Remove duplicate elements from doubly linked list.

Write a Program to remove duplicate elements from a doubly linked list. Solution: Continue reading Remove duplicate elements from doubly linked list.

Mahesh DeshmaneMaheshJune 11, 2020June 21, 2020Leave a comment
Beginner Level, Coding Problems

Remove Node from doubly linked list.

Write a Program to delete a new node from the middle of the doubly linked list. Solution: Continue reading Remove Node from doubly linked list.

Mahesh DeshmaneMaheshJune 11, 2020June 21, 2020Leave a comment
Beginner Level, Coding Problems

Convert Ternary Tree to doubly linked list.

Write a Program to create a doubly linked list from a Ternary Tree. Solution: Continue reading Convert Ternary Tree to doubly linked list.

Mahesh DeshmaneMaheshJune 11, 2020June 21, 2020Leave a comment
Beginner Level, Coding Problems

Sort Circular Linked List

Write a Program to sort the elements of the circular linked list. Solution: Continue reading Sort Circular Linked List

Mahesh DeshmaneMaheshJune 11, 2020June 21, 2020Leave a comment
Beginner Level, Coding Problems

Delete node from Circular Linked List

Write a Program to delete a new node from the end of the circular linked list. Solution: Continue reading Delete node from Circular Linked List

Mahesh DeshmaneMaheshJune 11, 2020June 21, 2020Leave a comment
Beginner Level, Coding Problems

Reverse Circular Linked List

Write a Program to create a circular linked list of n nodes and display it in reverse order Solution: Continue reading Reverse Circular Linked List

Mahesh DeshmaneMaheshJune 11, 2020June 21, 2020Leave a comment
Beginner Level, Coding Problems

Circular linked list

Write a Program to create a circular linked list of n nodes and count the number of nodes. Solution: Continue reading Circular linked list

Mahesh DeshmaneMaheshJune 11, 2020June 11, 2020Leave a comment
Beginner Level, Coding Problems

Swap nodes in singly linked list

Write a Program to swap nodes in a singly linked list without swapping data Solution: Continue reading Swap nodes in singly linked list

Mahesh DeshmaneMaheshJune 11, 2020June 11, 2020Leave a comment
Beginner Level, Coding Problems

Search in singly linked list

Write a Program to search an element in a singly linked list Solution Continue reading Search in singly linked list

Mahesh DeshmaneMaheshJune 11, 2020June 11, 2020Leave a comment
Beginner Level, Coding Problems

Duplicate elements from a singly linked list

Write a Program to remove duplicate elements from a singly linked list Solution: Continue reading Duplicate elements from a singly linked list

Mahesh DeshmaneMaheshJune 11, 2020June 11, 2020Leave a comment
Beginner Level, Coding Problems

Insert a node in singly linked list

Write a Program to insert a new node at the middle of the singly linked list Solution: Continue reading Insert a node in singly linked list

Mahesh DeshmaneMaheshJune 11, 2020June 11, 2020Leave a comment

Posts navigation

Older posts

Block Puzzle Android Game – Smart Brain 🧠

Block Puzzle Game 2021
Block Puzzle Game 2021

Quick links

- Quote Generator
- Programming Daily News
- Latest Tech Invention News
- Write an Article - Guest Post
- Ask a question

Search

Recent posts

  • Getting Started with Angular Using Visual Studio Code
  • What is 401 Unauthorized Error? How to fix it?
  • Programming
  • Why Backlinks Are Required For A Website?
  • Newborn Photography – Tips for Getting Great Newborn Pictures

Top Questions

  • Ultimate Member – Default pages not created on activation asked by Himanshu S
  • How to decrypt md5 password in c#.net? asked by Anynoumus
  • How to create RAR file in c#.net? asked by Pooja Patel
  • How to convert DLL to EXE in c#.net? asked by Pooja Patel
  • Winform Data grid view link button asked by Xorient

Code Problems

- HackerRank Code Challenges
- Array Interview Questions

Recent Posts

  • Getting Started with Angular Using Visual Studio Code
  • What is 401 Unauthorized Error? How to fix it?
  • Programming
  • Why Backlinks Are Required For A Website?
  • Newborn Photography – Tips for Getting Great Newborn Pictures

Tags

Action Algorithm Anonymous methods Array Base-2 Base-10 Binary Bitwise Operator's C# C# Brainteasers Caesar Cipher Challenges Code Practice Cryptography Csharp Data Structure Data Types DateTime Decimal Decryption Delegate Dynamic Programming Encryption Exception Handling Func HackerRank Hash Interface Interview Questions Interview Questions Array C# Matrix Memes Multicast Delegates OOPs Public key Cryptography SHA-256 SHA 256 Source code in C# Sorting Source Code Source code for Caeser Cipher C# Stack String String literal TEA Tutorials

Categories

September 2023
MTWTFSS
 123
45678910
11121314151617
18192021222324
252627282930 
« Mar    
All rights are reserved @ Corevoila