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

[Leetcode/题库] lets_start

“如果我去让他们知道,我说拉加雷拉加雷拉如果我去,让他们知道我说的是特里阿普尼贾加赫兄弟特里阿普尼贾加海。”
"If i go let them know i said ladke laga reh ladke lage reh if i go let them know i said teri apni jagah bro teri apni jagah hai." (2024-04-30, C++, 0KB, 下载0次)

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

[Leetcode/题库] Code-Solution

力扣、牛客网代码练习题解汇总
Summary of solutions to the code exercise questions of Likou and Niuke.com (2024-04-02, C++, 0KB, 下载0次)

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

[Leetcode/题库] DataStructure

用于整理在牛客、力扣等做的习题,以及学习到的数据结构知识
It is used to sort out the exercises done in Niuke, Likou, etc., and the data structure knowledge learned (2024-01-02, C++, 0KB, 下载0次)

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

[Leetcode/题库] LearnForC-

用于学习C++的仓库,主要是对于牛客、leetcode和PAT等网站的题解过程
A warehouse for learning C++, mainly for the problem solving process of Niuke, leetcode, PAT and other websites (2023-12-25, C++, 0KB, 下载0次)

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

[Leetcode/题库] Algorithm-practice-code

记录一下~(落谷为主,也会有牛客,leetcode),
Record~(Valley fall is the main reason, and there will also be cattle guests, leetcode), (2023-10-27, C++, 0KB, 下载0次)

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

[Leetcode/题库] LC

刷题代码记录:力扣高频题库 + 牛客华为机试,
Record of code of brushing questions: Li Kou high-frequency question bank+Niu Ke Huawei computer test, (2023-08-23, C++, 0KB, 下载0次)

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

[Leetcode/题库] Leetcode

Leetcode Ques(Leetcode奎斯),
Leetcode Ques, (2023-08-12, C++, 0KB, 下载0次)

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

[Leetcode/题库] Coding-Interviews

牛客网《剑指offer》67道题的代码,算法思路以及分类总结。
The codes, algorithm ideas and classification summary of the 67 questions in "Sword Finger Offer" on Niuke.com. (2020-05-20, C++, 1720KB, 下载0次)

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

[Leetcode/题库] interview-techdev-guide

该存储库包含fn+极客社区策划的技术面试问题
This repository contains curated technical interview questions by fn+geeks community (2022-11-17, C++, 465KB, 下载0次)

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

[Leetcode/题库] LeetCode66_plusOne_cpp

这是力扣第66题的c++代码,用两种方法实现加一的算法(1、分三种情况讨。2、利用缓存sumtemp),附带测试代码
This is the C++code for Question 66 of Li Kou. There are two methods to implement the algorithm of adding one (1. Discuss in three cases. 2. Use cache sumtemp), with test code included (2022-03-28, C++, 2KB, 下载0次)

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

[Leetcode/题库] OJonline

这是一个仿照牛客网和力扣网的在线oj服务器
This is an online OJ server modeled after Niuke Network and Likuo Network (2019-05-24, C++, 1183KB, 下载0次)

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

[Leetcode/题库] zte-com2020

这个repo是关于中兴2020年算法竞赛,题目是关于数据库优化,埃德加考特派别
This repo is about ZTE s 2020 algorithm competition, titled "Database Optimization, Edgar Court Faction" (2021-08-02, C++, 1459KB, 下载0次)

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

[Leetcode/题库] EinsteinBDD

使用二元决策图(BDD)和 BuDDy 库解决二维且带有胶合的的爱因斯坦谜题
Use Binary decision diagram (BDD) and BuDDy library to solve two-dimensional Einstein puzzles with glue (2021-12-02, C++, 39074KB, 下载0次)

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

[Leetcode/题库] SDLC

一个基于SDL简单的gui库(考虑到编码问题,我并没有在代码中加任何中文注释)
A simple GUI library based on SDL (considering coding issues, I did not add any Chinese annotations to the code) (2020-11-27, C++, 5726KB, 下载0次)

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

[Leetcode/题库] datastruct

数据结构的一些常见源码加知识
Common source code and knowledge of data structures (2022-08-17, C++, 686KB, 下载0次)

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

[Leetcode/题库] dataStructure

大学数据结构课编写的实验(农夫过河问题,迪杰斯特拉算法,弗洛伊德算法等)
Experiments written in the data structure course of university (farmer crossing the river problem, Dijkstra algorithm, Freud algorithm, etc.) (2017-07-07, C++, 25537KB, 下载0次)

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

[Leetcode/题库] DataStructure

实现绝大多数重要数据结构,其中还包括AVL、红黑树、n维数组以及图的十字链表存储等复杂数据结构。
Realize most important data structures, including complex data structures such as AVL, Red–black tree, n-dimensional array and cross linked list storage of graphs. (2023-02-25, C++, 199KB, 下载0次)

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

[Leetcode/题库] USTB-resource

这是一个北科的课程资源库,目前有数据结构-实验-计蒜客
This is a course resource library for Beike, currently available in the data structure - Experiment - Plan for Suan Ke (2022-07-12, C++, 262490KB, 下载0次)

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

[Leetcode/题库] jian-zhi-offer

此资源是剑指OFFER的题解(C++),由本人在刷剑指OFFER题的期间整理,其中有整理牛客网讨论区的代码+剑指OFFER书中的代码+自己编写的代码,方法很全,且附有解析和思路,很方便大家在刷题时参考。 资源中题目顺序参照牛客网上的顺...
This resource is the solution (C++) for Jianzhi OFFICER questions, which was compiled by me during the process of writing Jianzhi OFFICER questions. It includes organizing the code from the discussion area of Niuke.com, the code from Jianzhi OFFICER books, and the code I wrote myself. The method is very comprehensive, and it comes with analysis and ideas, which is very convenient for everyone to refer to when writing questions. The order of the questions in the resources refers to the order on Niuke Online (2020-07-17, C++, 14336KB, 下载0次)

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

[Leetcode/题库] LC-NC

记录备战2021秋招的leetcode(领扣)和newcode(牛客)的刷题
Record the leetcode (collar button) and newcode (cow guest) brush questions for preparing for the 2021 autumn move (2020-08-24, C++, 90KB, 下载0次)

http://www.pudn.com/Download/item/id/1686116508665552.html
12
总计:40