Home

  • Home
  • SQL
  • MongoDB
  • Java
  • Java 8
  • Searching
  • Sorting
  • Tree
  • Dynamic Programming
  • Matrix
  • Array
  • Graph
  • Queue
  • Stack
  • Linked List
  • Vector
Java OOPS Java 8
DBMS Interview Part 1 DBMS Interview Part 2 SQL Interview Part 1 SQL Interview Part 2 SQL Query Interview Part 3 Hibernate Interview JPA Interview Java Coding Interview GIT Interview command
Mysql Oracle MongoDb
Searching Sorting Matrix Graph Dynamic Programming Tree Backtracking Greedy Recursion
Array Queue Stack Linklist Vector
Hackerrank HackerEarth Leetcode CSES
Number Theory Math Conversion
Basic Programming 1 Basic Programming 2 Base Conversion Infix, Postfix, Prefix Conversion File Handling
Redis Part 1 Redis Part 2 Redis Part 3 Redis Part 4 Redis Part 5 Redis Part 6 Redis Part 7 Redis Part 8
Spring Boot Quarkus

Linked list programming questions

Linked list programming questions 

  1. Write a program to remove kth node from last of linked list
  2. Write a program to deep clone linked list
  3. Write a program to swap every two nodes
  4. Write a program to merge in between linked lists
  5. Write a program to swapping nodes in linked list
  6. Write a program to merge k sorted singly linked list
  7. Write a program to add two numbers represented by linked
  8. Write a program to linked list random node
  9. Write a program to find intersection point of two linked
  10. Write a program to reverse nodes in k group
  11. Write a program to print elements of linked list
  12. Write a program to insert node at tail of linked list
  13. Write a program to insert node at head of linked list
  14. Write a program to insert node at specific position in
  15. Write a program to delete node
  16. Write a program to print linked list in reverse
  17. Write a program to compare two linked lists
  18. Write a program to get node value
  19. Write a program to delete duplicate value nodes from
  20. Write a program to find merge point of two lists
  21. Write a program to inserting node into sorted doubly
  22. Write a program to reverse doubly linked list
  23. Write a program to design linked list
  24. Write a program to linked list cycle ii
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest

No comments:

Post a Comment

Newer Post Older Post Home
Subscribe to: Post Comments (Atom)

Top Posts



Top Company Interview Questions



Java Interview Questions

  • Java OOPS
  • Java 8 Part 1
  • Java 8 Part 2
  • Object level vs Class Level Locking
  • Java 8 Concurrency Part 1
  • Java 8 Concurrency Syncronization and Locks Part 2
  • How to avoid Null Checks in java 8?
  • Coding Interview Questions
  • Can we overload constructors
  • What is super keyword
  • Can static method be overload
  • Can static methods be override
  • What is static variable, method and class
  • What are the top git command

Databse Interview Questions

  • SQL DB Interview Question Part 1
  • How to swap value?
  • How to Reformat table?
  • How to Swap Salary?
  • How to select Active User?
  • How to Swap Column Values in table?
  • How to get three Department Top Salary?
  • How to delete duplicate records?
  • How to calculate distance between two lat and lon?
  • How to combine tow tables?
  • How to get Employee who earn more than their manager?
  • How to select Alternate row?
  • Write a query to select Department wise highest salary
  • How to create table from existing table?
  • How to select unique records?
  • How to select Nth Highest Salary?
  • How to select Second Highest Salary?
  • How to select duplicate records?

Search This Blog

Blog Archive

  • ►  2023 (392)
    • ►  May 2023 (152)
    • ►  April 2023 (143)
    • ►  February 2023 (95)
    • ►  January 2023 (2)
  • ▼  2022 (2578)
    • ►  December 2022 (136)
    • ►  November 2022 (345)
    • ►  October 2022 (135)
    • ►  September 2022 (403)
    • ▼  August 2022 (255)
      • FileWriter class methods in Java
      • FileWriter FileWriter(File, Charset, boolean) in Java
      • FileWriter FileWriter(String, Charset, boolean) in...
      • FileWriter FileWriter(String, Charset) in Java
      • FileWriter FileWriter(String, boolean) in Java
      • FileWriter FileWriter(File, Charset) in Java
      • FileWriter FileWriter(File, boolean) in Java
      • Redis Interview Questions
      • GIT Interview Questions
      • FileWriter FileWriter(String) in Java
      • FileWriter FileWriter(FileDescriptor) in Java
      • FileWriter FileWriter(File) in Java
      • Object class Methods in Java
      • Object toString() in Java
      • Object getClass() in Java
      • FileReader class methods in Java
      • FileReader FileReader(String, Charset) in Java
      • FileReader FileReader(File, Charset) in Java
      • FileReader FileReader(String) in Java
      • FileReader FileReader(FileDescriptor) in Java
      • FileReader FileReader(File) in Java
      • Spring Boot Interview Questions Set 2
      • Spring Boot Interview Questions Set 1
      • Java custom exception handling
      • Java nested try block exception handling
      • Exception Handling Interview Questions
      • Java catch Multiple Exceptions
      • Java try/ catch block exception handling
      • Exception Handling Using Throws keyword
      • Exception Handling Using Throw keyword
      • FilePermission class methods in Java
      • FilePermission newPermissionCollection() in Java
      • FilePermission implies(Permission) in Java
      • FilePermission hashCode() in Java
      • FilePermission getActions() in Java
      • FilePermission FilePermission(String, String) in Java
      • FilePermission equals(Object) in Java
      • FileOutputStream class methods in Java
      • FileOutputStream write(byte[], int, int) in Java
      • FileOutputStream write(int) in Java
      • FileOutputStream write(byte[]) in Java
      • FileOutputStream getFD() in Java
      • FileOutputStream getChannel() in Java
      • FileOutputStream close() in Java
      • FileInputStream class methods in Java
      • FileInputStream skip(long) in Java
      • FileInputStream read(byte[], int, int) in Java
      • FileInputStream read(byte[]) in Java
      • FileInputStream read() in Java
      • FileInputStream getFD() in Java
      • FileInputStream getChannel() in Java
      • FileInputStream close() in Java
      • FileInputStream available() in Java
      • DBMS Interview Questions Set -2
      • DBMS Interview Questions Set -1
      • File class methods in Java Set -2
      • File File(URI) in Java
      • File toURI() in Java
      • File toString() in Java
      • File toPath() in Java
      • File setWritable(boolean, boolean) in Java
      • File setWritable(boolean) in Java
      • File setReadOnly() in Java
      • File setReadable(boolean, boolean) in Java
      • File setReadable(boolean) in Java
      • File setLastModified(long) in Java
      • File setExecutable(boolean, boolean) in Java
      • File setExecutable(boolean) in Java
      • File renameTo(File) in Java
      • File File(String) in Java
      • File File(String, String) in Java
      • File File(File, String) in Java
      • File mkdirs() in Java
      • File mkdir() in Java
      • File listFiles(FilenameFilter) in Java
      • File listFiles(FileFilter) in Java
      • File listFiles() in Java
      • File list(FilenameFilter) in Java
      • File list() in Java
      • File length() in Java
      • File lastModified() in Java
      • File class methods in Java Set -1
      • File isHidden() in Java
      • File isFile() in Java
      • File isDirectory() in Java
      • File isAbsolute() in Java
      • File hashCode() in Java
      • File getUsableSpace() in Java
      • File getTotalSpace() in Java
      • File getPath() in Java
      • File getParentFile() in Java
      • File getParent() in Java
      • File getName() in Java
      • File getFreeSpace() in Java
      • File getCanonicalPath() in Java
      • File getCanonicalFile() in Java
      • File getAbsolutePath() in Java
      • File getAbsoluteFile() in Java
      • File exists() in Java
      • File equals(Object) in Java
    • ►  July 2022 (61)
    • ►  June 2022 (80)
    • ►  May 2022 (121)
    • ►  April 2022 (131)
    • ►  March 2022 (333)
    • ►  February 2022 (233)
    • ►  January 2022 (345)
  • ►  2021 (3681)
    • ►  December 2021 (162)
    • ►  November 2021 (80)
    • ►  October 2021 (265)
    • ►  September 2021 (391)
    • ►  August 2021 (352)
    • ►  July 2021 (182)
    • ►  June 2021 (175)
    • ►  May 2021 (226)
    • ►  April 2021 (314)
    • ►  March 2021 (475)
    • ►  February 2021 (543)
    • ►  January 2021 (516)
  • ►  2020 (130)
    • ►  December 2020 (130)
  • ►  2014 (4)
    • ►  September 2014 (1)
    • ►  June 2014 (3)
  • Privacy Policy

Category

Algorithms (72) Array (672) Backtracking (10) Basic Programming (205) BigInteger class (58) Bit (48) Boolean Class (13) Byte Class (17) ByteBuffer class (65) C (5) C++ (115) Character Class (70) Charset Class (21) Command Line (10) Constant Value (40) Conversion (36) Database (260) Datastructure (99) Design (24) DevOps (8) Dictionary Class (10) Double Class (26) Dynamic Programming (89) FileHandling (20) Float Class (26) Google (38) Graph (90) Greedy (31) HackerEarth (640) Hackerrank (232) Integer Class (43) Interview (294) Java8 (6) Leetcode (682) Linklist (62) Locale Class (35) Long Class (42) Map (9) Maths (331) Matrix (97) MongoDb (104) Mysql (50) Number Class (10) Number Theory (235) OOPs (1) Oauth2 (5) Oracle (50) Pattern (24) Puzzle (2) Quarkus (3) Queue (18) Quiz (31) Recursion (20) STL (169) Searching (38) Set (24) Sorting (142) SpringBoot (21) Stack (57) String (536) String Class (77) StringBuffer class (35) StringBuilder Class (35) Tree (110) Unordered Set (29) Vector (27)

Contact us

Name

Email *

Message *

©2022. Powered by Blogger.