datastructures共22篇
Kadane's Algorithm: Leetcode 53 Maximum subarray-拾光赋

Kadane’s Algorithm: Leetcode 53 Maximum subarray

Kadane's Algorithm: Leetcode 53 Maximum subarray, Intuition We can build the intuition based on the two-point approach. Approach We will start with two variables maxSum and maxTill...
kity的头像-拾光赋kity3天前
02912
Learn List in Java-拾光赋

Learn List in Java

Learn List in Java, Java List Interface The List Interface in Java extends the Collection Interface and is a part of java.util package. It is used to store the ordered collections ...
kity的头像-拾光赋kity1个月前
05211
What is Stack in Dsa.-拾光赋

What is Stack in Dsa.

What is Stack in Dsa.,In Data Structures and Algorithms (DSA), a stack is a linear data structure that operates on the principle of Last In, First Out (LIFO). This means that the l...
kity的头像-拾光赋kity1个月前
0429
The Ultimate Guide to Graphs in Java: A Deep Dive for Developers of All Levels-拾光赋

The Ultimate Guide to Graphs in Java: A Deep Dive for Developers of All Levels

The Ultimate Guide to Graphs in Java: A Deep Dive for Developers of All Levels, DSA (12 Part Series) 1 Mastering Constraints and Problem-Solving Strategies in DSA 2 How to Start DS...
kity的头像-拾光赋kity2个月前
0348
Heap - Min e Max-拾光赋

Heap – Min e Max

Heap - Min e Max, Heap - Min Heap Heap é uma versão mais eficiente da lista de prioridade. Leve em consideração so métodos de inserção e remoção da Priority Queue Sorted e...
kity的头像-拾光赋kity3个月前
02512
Data Structures: Creating Custom Node Classes-拾光赋

Data Structures: Creating Custom Node Classes

Data Structures: Creating Custom Node Classes,As a developer, mastering data structures is a crucial skill that can unlock your problem-solving potential. While the standard collec...
kity的头像-拾光赋kity3个月前
04011
How to use Advanced Binary Scarch ?-拾光赋

How to use Advanced Binary Scarch ?

How to use Advanced Binary Scarch ?, Why and how ? while i was solving the question on leetcode which says in an Given array of integers nums sorted in non-decreasing order, find t...
kity的头像-拾光赋kity5个月前
04613
Singly LinkedList implementation in JAVA-拾光赋

Singly LinkedList implementation in JAVA

Singly LinkedList implementation in JAVA, What is a linked list 1) each element in a linked list is called a node. 2) It is similar to an array, each node in the linked list has th...
kity的头像-拾光赋kity4年前
04412
⭐ this GitHub repository for Array pseudo-codes!-拾光赋

⭐ this GitHub repository for Array pseudo-codes!

⭐ this GitHub repository for Array pseudo-codes! ,I have been learning data structures and algorithms for a while and have been learning using various resources online. I started ...
kity的头像-拾光赋kity5年前
0307
Java: Arrays!-拾光赋

Java: Arrays!

Java: Arrays!, JAVA! (7 Part Series) 1 I'm going to start a JAVA Series! 2 Master Java: Basics. ... 3 more parts... 3 Java: The datatypes. {} 4 Java: Arrays! 5 Java: Wrapper Class ...
kity的头像-拾光赋kity5年前
0379
I'm going to start a JAVA Series!-拾光赋

I’m going to start a JAVA Series!

I'm going to start a JAVA Series! , JAVA! (7 Part Series) 1 I'm going to start a JAVA Series! 2 Master Java: Basics. ... 3 more parts... 3 Java: The datatypes. {} 4 Java: Arrays! 5...
kity的头像-拾光赋kity5年前
04414
Checking If An Undirected Graph Is Bipartite-拾光赋

Checking If An Undirected Graph Is Bipartite

Checking If An Undirected Graph Is Bipartite, CS Level Up Series (30 Part Series) 1 CS Level Up Series Introduction 2 Dynamic Arrays ... 26 more parts... 3 Linked Lists 4 Stacks 5 ...
kity的头像-拾光赋kity5年前
0469