mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-13 09:39:48 +08:00
Documentation for 582cdc7cc4
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<map id="others/buzz_number.cpp" name="others/buzz_number.cpp">
|
||||
<area shape="rect" id="node1" title="A buzz number is a number that is either divisible by 7 or has last digit as 7." coords="5,5,169,31"/>
|
||||
<area shape="rect" id="node2" title=" " coords="51,79,123,104"/>
|
||||
<area shape="rect" id="node1" title="A buzz number is a number that is either divisible by 7 or has last digit as 7." alt="" coords="5,5,169,31"/>
|
||||
<area shape="rect" id="node2" title=" " alt="" coords="51,79,123,104"/>
|
||||
</map>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<!-- Generated by graphviz version 7.0.2 (20221119.0110)
|
||||
<!-- Generated by graphviz version 7.0.4 (20221203.1631)
|
||||
-->
|
||||
<!-- Title: others/buzz_number.cpp Pages: 1 -->
|
||||
<svg width="131pt" height="82pt"
|
||||
|
||||
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
@@ -1,5 +1,5 @@
|
||||
<map id="backtracking/sudoku_solver.cpp" name="backtracking/sudoku_solver.cpp">
|
||||
<area shape="rect" id="node1" title="Sudoku Solver algorithm." coords="5,5,148,45"/>
|
||||
<area shape="rect" id="node2" title=" " coords="9,93,59,119"/>
|
||||
<area shape="rect" id="node3" title=" " coords="83,93,155,119"/>
|
||||
<area shape="rect" id="node1" title="Sudoku Solver algorithm." alt="" coords="5,5,148,45"/>
|
||||
<area shape="rect" id="node2" title=" " alt="" coords="9,93,59,119"/>
|
||||
<area shape="rect" id="node3" title=" " alt="" coords="83,93,155,119"/>
|
||||
</map>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<!-- Generated by graphviz version 7.0.2 (20221119.0110)
|
||||
<!-- Generated by graphviz version 7.0.4 (20221203.1631)
|
||||
-->
|
||||
<!-- Title: backtracking/sudoku_solver.cpp Pages: 1 -->
|
||||
<svg width="121pt" height="93pt"
|
||||
|
||||
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.2 KiB |
Reference in New Issue
Block a user