There are N cities. You are given an array of connections. Each connection describes the cost of connecting one city to another. Return the minimum cost required to ensure that every pair of cities is connected by a path of connections.
ReadYou have an array for which the i-th element is the price of a given stock on day i. Design an algorithm to find the maximum profit. You may complete at most k transactions.
ReadGiven an array of integers nums and a positive integer k, find whether it's possible to divide this array into k non-empty subsets whose sums are all equal.
ReadReverse the nodes of a linked list, k at a time, and return the modified list.
ReadFind the longest non-contiguous, non-decreasing subsequence in an array of numbers.
ReadGiven n points on a 2D plane, find the maximum number of points that lie on the same straight line.
ReadGiven a string, split it into as few strings as possible such that each string is a palindrome.
Read