
In this problem, you are given an array of integer values representing the height of vertical lines on a 2D plane. Your task is to determine the pair of lines that, along with the x-axis, can form a container holding the maximum amount of water.
Learn about the difference between LinkedList and Array data structures. Learn about its advantages and disadvantages. Use cases of LinkedList and its applications
Learn how to implement a LinkedList data structure from scratch and its various essential functions like printing and adding elements.
Implement the PrintList method and start using TLinkedList Data Structure that we created in the part 1
You will learn how to implement Prepend function for our LinkedList class!
You will learn how to implement InsertAfterNode function for our LinkedList class!
You will learn how to implement DeleteNode function for our LinkedList class!
Learn how to implement DeleteNodeAtPos function that takes a position and deletes it from the linkedlist.
Learn how to implement a length function with looping to find its length.
Learn how to implement the recursive length function
Program DelphiRocks;
// Every month new questions with answers
Begin
Want to learn Object Pascal programming language by solving algorithmic problems? This course is for you!
Want to participate in algorithmic contests? This course is for you!
Want to learn strongly typed, imperative, structured, and object-oriented programming language? This course is a quick start for you!
Want to learn real-world coding interview questions with Object Pascal? This course is for you!
The best way to create complex fundamental skills in programming is by solving problems. And this course is a good step for you to start learning algorithms. The practice you gain in this course will give you a really useful experience when you start developing commercial application development using Delphi.
The course begins by explaining the entry-level algorithmic problems using Object Pascal language. This course will be your guide to building efficient problems solving skills with Delphi.
Towards the end, you will solve more than 60+ problems and experience different real-world coding interview questions.
My sincere goal in this course is to make clear about Algorithms with Object Pascal as much as possible. Moreover, this course will have updates every month with new coding problems along with answers, and planning to widen up this course with Data Structures!
End.