首页
AI Coding
NEW
沸点
课程
直播
活动
AI刷题
APP
插件
搜索历史
清空
创作者中心
写文章
发沸点
写笔记
写代码
草稿箱
创作灵感
查看更多
会员
登录
注册
AcWing 算法基础课
如果可以改变
创建于2023-11-08
订阅专栏
Java
暂无订阅
共22篇文章
创建于2023-11-08
订阅专栏
默认顺序
默认顺序
最早发布
最新发布
827. 双链表
Java program with a LinkedList implementation using various operations on doubly linked list nodes.
826. 单链表
Using a linked list to perform insertions, deletions, and additions based on user input.
803. 区间合并
Reading intervals, sorting them by start, merging overlapping intervals, and printing the count.
802. 区间和
Managing arrays with additions and queries, utilizing streams and binary search for efficiency.
801. 二进制中1的个数
This Java program reads an integer n and an array of n integers. For each integer, it calculates and
799. 最长连续不重复子序列
Java program finds longest non-repeating subsequence length using sliding window and HashMap.
2816. 判断子序列
Java program checks if array 'a' is a subsequence of 'b', outputs "Yes" or "No."
800. 数组元素的目标和
Java program takes two arrays, finds pairs with sum equal to x, and outputs indices.
798. 差分矩阵
Java program calculates prefix sum matrix with difference array optimization for efficient updates.
797. 差分
The program computes differences in an array, updates specific ranges, and prints the final array.
796. 子矩阵的和
Efficiently computes and prints submatrix sums based on prefix sums for given matrix and queries.
795. 前缀和
Efficiently computes and prints subarray sums based on prefix sums for given array and query ranges.
794. 高精度除法
Divides a reversed digit list by a single-digit integer, outputting quotient and remainder.
793. 高精度乘法
Multiplies a reversed digit list by a single-digit integer, handling carry and leading zeros.
792. 高精度减法
Subtracts two large numbers represented as reversed digit lists and handles sign and leading zeros.
791. 高精度加法
Add two large numbers represented as reversed digit lists, handling carry and leading zeros efficie.
790. 数的三次方根
Java program uses binary search to approximate cubic root of user-inputted value, outputting result.
789. 数的范围
789. 数的范围 - AcWing题库 Question Content Solution Java
788. 逆序对的数量
逆序对的数量逆序对的数量逆序对的数量逆序对的数量逆序对的数量逆序对的数量逆序对的数量逆序对的数量逆序对的数量
787. 归并排序
787. 归并排序 - AcWing题库 Question Content 给定你一个长度为 n 的整数数列。 请你使用归并排序对这个数列按照从小到大进行排序。 并将排好序的数列按顺序输出。 输入格式
下一页