CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - Backtracking java
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - Backtracking java - List
[
JSP/Java
]
depthFirstDigraph
DL : 0
用java语言深度优先回溯法实现有向图的强连通分量-Using java language backtracking depth-first to achieve directed graph strongly connected component
Date
: 2025-07-02
Size
: 2kb
User
:
上将
[
Data structs
]
suanfa
DL : 0
第1章 算法引论 第2章 递归与分治策略 第3章 动态规划 第4章 贪心算法 第5章 回溯法 第6章 分支限界法 -Chapter 1 Introduction Algorithm Chapter 2 Recursion and sub-rule strategy in Chapter 3 Dynamic Programming Chapter 4 greedy algorithm in Chapter 5 Backtracking Chapter 6 branch and bound method
Date
: 2025-07-02
Size
: 3.17mb
User
:
jake
[
JSP/Java
]
queen
DL : 0
这是在Jcreator下用java语言编写的八皇后问题,采用递归回溯解决,在控制台打印输出92个解-This is at Jcreator using java language eight Queen' s problem using recursive backtracking resolved, at the console printout 92 Solutions
Date
: 2025-07-02
Size
: 1kb
User
:
方程
[
Data structs
]
KnapsackProblem
DL : 0
0/1背包问题的几种解法,包括回溯法、动态规划法以及穷举法。另外还包括集中方法的一个测试报告。-0/1 knapsack problem several solutions, including backtracking, dynamic programming method and the exhaustive method. It also includes a focus on methods of test reports.
Date
: 2025-07-02
Size
: 154kb
User
:
王若
[
JSP/Java
]
resueltas
DL : 0
Java examples for dinamic programming, divide and conquer, greedy algorithms and backtracking.
Date
: 2025-07-02
Size
: 2.27mb
User
:
Metatron
[
JSP/Java
]
Maze
DL : 0
all possible solution to Maze using backtracking algorithm in Java
Date
: 2025-07-02
Size
: 2kb
User
:
ira
[
JSP/Java
]
MC_java
DL : 0
人工智能,回溯方法解MC问题,java语言。主要算法在MC.java中,test.java是测试程序,运行test.java程序即可。-Artificial intelligence, backtracking method to solve the MC problem, java language. MC.java in the main algorithm, test.java is a test program, run test.java procedures.
Date
: 2025-07-02
Size
: 1kb
User
:
wqs07
[
Compress-Decompress algrithms
]
frame
DL : 0
用回溯法解决不是很麻烦的传教士和野人问题-By backtracking to solve is not very troublesome issue of missionaries and Savage
Date
: 2025-07-02
Size
: 2kb
User
:
Pudding
[
Mathimatics-Numerical algorithms
]
jingdiansuanf
DL : 0
二叉树的递归与非递归遍历(Java描述),高效实现Josephus算法,合并有序链表,基于队列实现的基数排序,栈.回溯.迷宫问题求解。5个算法的源程序。-Recursive and non recursive binary tree traversal (Java description), efficient algorithms to achieve Josephus, merging sorted linked list, queue-based implementation of radix sort, stack. Backtracking. Maze problem-solving. 5 algorithm source code.
Date
: 2025-07-02
Size
: 80kb
User
:
liujin
[
JSP/Java
]
Queen
DL : 0
这是一个关于八皇后问题用回溯法求解的java解法!-This is the one on the eight queens problem using backtracking method for solving the java solution!
Date
: 2025-07-02
Size
: 1kb
User
:
窗外寒星
[
Algorithm
]
candy
DL : 0
example of candy problem, solved in java using backtracking algorithm and keeping saved solutions
Date
: 2025-07-02
Size
: 3kb
User
:
ploper
[
JSP/Java
]
java
DL : 0
老师给的用Java编写的算法,包括背包问题, 回溯法等等,适合有基础的学习。-Teacher' s use of algorithms written in Java, including the knapsack problem, backtracking, etc., suitable for basic learning.
Date
: 2025-07-02
Size
: 1.21mb
User
:
小黑
[
JSP/Java
]
Traveling
DL : 0
利用回溯法实现了旅行售货员的算法,代码为java.-Achieved by backtracking the traveling salesman algorithms.
Date
: 2025-07-02
Size
: 1kb
User
:
高海龙
[
JSP/Java
]
bt.java.tar
DL : 0
Backtracking example
Date
: 2025-07-02
Size
: 1kb
User
:
Cracknel
[
JSP/Java
]
Subset
DL : 0
算法分析与设计 用回溯法解决子集合问题(java源码)-Algorithm Analysis and Design Subset Issues with Backtracking. (Java source code)
Date
: 2025-07-02
Size
: 1kb
User
:
jing
[
JSP/Java
]
java-Maze
DL : 0
This a java base maze travailing algorithm, backtracking based. Recursively travels trough the maze and find the target in the maze. -This is a java base maze travailing algorithm, backtracking based. Recursively travels trough the maze and find the target in the maze.
Date
: 2025-07-02
Size
: 1kb
User
:
dilanga
[
Algorithm
]
Queens
DL : 0
八皇后,回溯法,JAVA实现,1维数组,可列出所有可行解-Eight Queens, backtracking, JAVA implementation, one-dimensional arrays, lists all feasible solutions
Date
: 2025-07-02
Size
: 1kb
User
:
rooode
[
JSP/Java
]
Queen
DL : 0
用java语言,基于回溯法实现N皇后的位置放置方案,程序可以通过参数来设置要解决几个皇后的放置,默认是4个。(Using java language, backtracking method is used to implement the placement plan of N queens. The program can be set by parameters to solve the placement of several queens, and the default is 4.)
Date
: 2025-07-02
Size
: 1kb
User
:
阿飞3536
[
JSP/Java
]
回溯法(01背包问题)
DL : 0
回溯法解决01背包问题,111111111111111111(Backtracking method for solving 01 knapsack problems)
Date
: 2025-07-02
Size
: 1kb
User
:
Destrory_All
[
Other
]
MaxClique.java
DL : 0
回溯法求解最大团问题,时间复杂度为O(n*2^n)。(The backtracking method is used to solve the maximum clique problem with a time complexity of O (n*2^n).)
Date
: 2025-07-02
Size
: 1kb
User
:
dupeihui
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.