联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All Leetcode/题库(192) 
按平台查找All Java(192) 

[Leetcode/题库] simpleBlockChainWithJava

本项目是使用Java对区块链世界的个人探索。这与我通常的工作不同,为深入研究编程的不同方面提供了独特的挑战和机会。
This project is a personal exploration into the world of blockchain using Java. It s a departure from my usual work, offering a unique challenge and an opportunity to delve into a different aspect of programming. (2024-03-31, Java, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1711863441283096.html

[Leetcode/题库] 30-Days-DSA-Challenge

“30天DSA挑战”是一个专注于Java的存储库,提供30天的计划来提高您的数据结构和算法技能。加入我们的日常编码练习。我使用的Java编程。
"30-Days-DSA-Challenge" is a Java-focused repository offering a 30-day program to enhance your Data Structures and Algorithms skills. Join us for daily coding exercises. Java programming I use. (2024-02-19, Java, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1708353966302149.html

[Leetcode/题库] DSA-JAVA

从无到有地学习数据结构和算法(DSA)。非常适合希望增强逻辑技能的web开发人员。建立强大的基础,解决编码挑战,并简化编程。
Learn Data Structures and Algorithms (DSA) from scratch to medium level. Perfect for web developers looking to enhance logical skills. Build a strong foundation, tackle coding challenges, and simplify programming. (2024-01-27, Java, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1706341402490814.html

[Leetcode/题库] CodeGolf

这个存储库是我对各种代码高尔夫球挑战的解决方案的集合。代码高尔夫球是一种独特而有趣的解决编程问题的方法,其目标是最小化代码大小。
This repository is a collection of my solutions to various code golf challenges. Code golf is a unique and enjoyable way to solve programming problems with the objective of minimizing code size. (2024-01-01, Java, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1704092621365718.html

[Leetcode/题库] dldebuglog

一个在Debug模式下利用aspectj库进行切面编程进行日志代码的插入,通过注解触发,查看函数调用顺序、耗时、运行线程等操作的调试工具。
It is a debugging tool that uses aspectj library for aspect programming in Debug mode to insert log code, trigger by annotation, and view the function calling order, time consumption, running thread and other operations. (2017-07-11, Java, 146KB, 下载0次)

http://www.pudn.com/Download/item/id/1686358106325767.html

[Leetcode/题库] competitive-programming-interviewPrep

嗨,我已经开始在Codechef上进行竞争性编程。该回购将包含带解释的解决方案,以便...
Hi, I have started competitive programming on Codechef. This repo will contain the solution with explanation so that you can understand what and why I did in my code. This will be good journey who just started competitive programming. (2020-06-13, Java, 4KB, 下载0次)

http://www.pudn.com/Download/item/id/1686353120523717.html

[Leetcode/题库] Interview_codes

在这个列表中,我将分享来自Java编程访谈的50个这样的小程序。这些程序来自...
In this list, I am going to share 50 of such small programs from Java Programming interviews. These programs are from various Data Structure and Algorithm topics like an array, string, linked list, binary tree, etc. (2022-10-08, Java, 9KB, 下载0次)

http://www.pudn.com/Download/item/id/1686352925780164.html

[Leetcode/题库] Programming-Aptitude-Interview-Prep

所有编程能力问题和答案都来源于互联网,用于准备和理解本地语言...
All programming aptitude questions and answers are sourced from the internet for preparation and to understand the logic-building approach. If you wish to contribute to this repository, you are highly welcome to do so. By doing this, lets try and build a big repository of coding round questions in one place. (2022-04-16, Java, 283KB, 下载0次)

http://www.pudn.com/Download/item/id/1686352641357502.html

[Leetcode/题库] RemoteCodeCompiler

支持11种编程语言(Java、Kotlin、Scala、C、C++、C#、Golang、Python、Ruby、R...
An online code compiler supporting 11 programming languages (Java, Kotlin, Scala, C, C++, C#, Golang, Python, Ruby, Rust and Haskell) for competitive programming and coding interviews. (2023-06-01, Java, 930KB, 下载0次)

http://www.pudn.com/Download/item/id/1686351763951759.html

[Leetcode/题库] Data-Structures-and-Algorithms

Java、C++和Python编程语言中500+个流行数据结构和算法问题的解决方案。
Solution to 500+ popular data structure and algorithm problems in Java, C++ and Python programming languages. (2022-06-11, Java, 479KB, 下载0次)

http://www.pudn.com/Download/item/id/1686351678176768.html

[Leetcode/题库] Algorithms

practice 数据结构与算法:通过系统的练习与测试,让自己对数据与算法有更好的理解,以便提升自己编程能力
Practice data structure and algorithms: Through systematic practice and testing, I aim to gain a better understanding of data and algorithms, in order to enhance my programming skills (2019-03-17, Java, 44KB, 下载0次)

http://www.pudn.com/Download/item/id/1686127886827335.html

[Leetcode/题库] LearnJava

java知识体系的学习:包括java并发编程、java高级特性、数据结构以及算法的学习,算法习题以及一些面试题目;后续还会陆续新增其他模块,会在README中说明
Learning the Java knowledge system: including learning Java concurrent programming, advanced Java features, data structures, and algorithms, algorithm exercises, and some interview questions; Other modules will be added in the future, which will be explained in README (2021-08-17, Java, 578KB, 下载0次)

http://www.pudn.com/Download/item/id/1686124575700140.html

[Leetcode/题库] CodeInterviews

本工程收录了《剑指Offer——名企面试官精讲典型编程题(第2版)》一书的全部68道编程题及Java源码,部分源码提供了完整的main方法及测试用例。正确使用本工程需要使用JDK1.8或者更新版本,请自觉保护原书作者的知识产权。
This project includes all 68 programming questions and Java source code from the book "Sword Finger Offer - Typical Programming Questions for Interviewers in Famous Enterprises (2nd Edition)", some of which provide complete main methods and test cases. To use this project correctly, JDK1.8 or later version is required. Please consciously protect the intellectual property rights of the original author. (2019-04-21, Java, 146KB, 下载0次)

http://www.pudn.com/Download/item/id/1686124396891000.html

[Leetcode/题库] exam-public

#在线考试系统 #java web #java #毕业设计 #springboot #课程设计 #编程 #vue #mybatis #源代码 #ssm ## Spring Boot 在线考试系统 * ## 系统介绍 该项目是一个前后端...
#Electronic assessment System # java web # java # Graduation Design # springboot # Course Design # Programming # vue # mybatis # Source Code # ssm # # Spring Boot Electronic assessment System * # # System Introduction This project is a front and back end (2023-02-21, Java, 3495KB, 下载0次)

http://www.pudn.com/Download/item/id/1686122073816892.html

[Leetcode/题库] core

本代码库是将Java开发中常用的一些技术(java、设计模式、数据结构和算法、并发编程、netty、JVM、cron、file、log、cache、mq、search、sql、spring、sso、workflow、hadoop、fl...
This Codebase combines some commonly used technologies in Java development (java, design patterns, data structures and algorithms, concurrent programming, netty, JVM, cron, file, log, cache, mq, search, sql, spring, sso, workflow, hadoop, fl (2022-12-06, Java, 135KB, 下载0次)

http://www.pudn.com/Download/item/id/1686118738813556.html

[Leetcode/题库] ConcurrentTicketing

A system to sell tickets of train which have a great concurrent performance. 国科大并发数据结构和多核编程课程期末大作业,模拟12306多线程售票系统,使用了...
A system to sell tickets of train which has a great concurrent performance The final assignment of the concurrent data structure and multi-core programming course at National University of Science and Technology simulated the 12306 multithreaded ticketing system, using (2021-01-13, Java, 1164KB, 下载0次)

http://www.pudn.com/Download/item/id/1686118431638963.html

[Leetcode/题库] Learning

这里是我在Java学习过程中的一些代码,其中包括:MOOC课浙江大学数据结构课后习题部分实现,Java多线程编程代码实现,Spring框架工作原理初步认识
Here are some codes I have learned during my Java learning process, including the implementation of the MOOC class data structure exercises at Zhejiang University, the implementation of Java multithreaded programming code, and a preliminary understanding of the working principles of the Spring framework (2018-06-24, Java, 21662KB, 下载0次)

http://www.pudn.com/Download/item/id/1686118386376122.html

[Leetcode/题库] interview

Java 面经手册,全书共计 5 章 29 节,417页11.5万字,耗时 4 个月完成。涵盖数据结构、算法逻辑、并发编程、JVM以及简历和互联网大厂面试等内容。
The Java Handbook consists of 5 chapters, 29 sections, 417 pages, and 115000 words, taking 4 months to complete. Covering data structure, algorithm logic, concurrent programming, JVM, resumes, and interviews with internet giants. (2023-02-24, Java, 24655KB, 下载0次)

http://www.pudn.com/Download/item/id/1686117314539277.html

[Leetcode/题库] Competitive-Programming

竞争性编程,该存储库由公认的Java中HackerBank和LeetCode问题的解决方案组成。别忘了储存...
The repository consists of accepted solutions to the problems of HackerRank and LeetCode in Java. Don t forget to spread love and if you like give a ?? (2021-05-30, Java, 687KB, 下载0次)

http://www.pudn.com/Download/item/id/1622375262262293.html

[Leetcode/题库] Algorithmic-Problem-Solving

算法问题解决,来自LeetCode.com、HackerBank.com、LeetCodecom、Cod等网站的算法类型编程问题解决方案...
Solutions of algorithmic type of programming problems from sites like LeetCode.com, HackerRank.com, LeetCode.com, Codility.com, CodeForces.com, etc. using Java. (2017-07-08, Java, 153KB, 下载0次)

http://www.pudn.com/Download/item/id/1499503743878640.html
总计:192