163 subscribers
3.42K photos
24 videos
39 files
371 links
Link: @java_posts

Contact: java.response.email@gmail.com
Download Telegram
code.png
563.2 KB
Quickselect Algorithm
Quickselect is a selection algorithm to find the k'th smallest element in an unordered list. It is closely related to the Quicksort sorting algorithm. Like Quicksort, it is efficient traditionally and offers good average-case performance, but has a poor worst-case performance.
#Source_code
#Quickselect_Algorithm
#131
This media is not supported in your browser
VIEW IN TELEGRAM
A new year means a new chapter. I hope 2024 is an incredible part of your story! It feels like just yesterday we were celebrating last New Year's 😅! Time flies when you're with the one you love. Happy New Year!☺️😁🌟⛄️
Find the missing term in a sequence in logarithmic time
Given the missing term in a sequence in logarithmic time
#Source_code
#Data_structure
#132
code.png
2 MB
Huffman Coding Compression Algorithm
Huffman coding (also known as Huffman Encoding) is an algorithm for doing data compression, and it forms the basic idea behind file compression. This post talks about the fixed-length and variable length encoding, uniquely decodable codes, prefix rules, and Huffman Tree construction.
#Data_Strucutre
#Source_code
#133
IMG_20240108_204624_572.png
675.8 KB
Java program to insert a new node at the middle of the Circular Linked List
#Source_code
#107
Insertion of a new node into the list, above given the source code for particular problem solving in java programming language.
#107
code.png
510.7 KB
Partition Problem using Dynamic Programming
#Source_code
#Data_structures
#134
code.png
479.9 KB
When looking for a place to insert a new key, traverse the tree from root-to-leaf, making comparisons to keys stored in the tree’s nodes and deciding based on the comparison to continue searching in the left or right subtrees. In other words, we examine the root and recursively insert the new node to the left subtree if its key is less than that of the root or the right subtree if its key is greater than or equal to the root.
#Source_code
#Data_structure
#Recursion_Version
#135
code.png
679.7 KB
Activity Selection Problem

Activity Selection Problem: Given a set of activities, along with the starting and finishing time of each activity, find the maximum number of activities performed by a single person assuming that a person can only work on a single activity at a time.
#Source_code
#Data_Structure
#136
Given a set of positive integers S, partition set S into two subsets, S1 and S2, such that the difference between the sum of elements in S1 and S2 is minimized. The solution should return the minimum absolute difference between the sum of elements of two partitions.
#Source_code
#Minimum_Sum_Partition_problem
#Data_structure
#137
Media is too big
VIEW IN TELEGRAM
Very important video MUST WATCH
#meme !!
Java
https://t.me/database_posts
If you guys interested in Database check out our channel ‼️