mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-21 08:42:53 +02:00
work on doc
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [bitburner](./bitburner.md) > [CodingContractTypes](./bitburner.codingcontracttypes.md)
|
||||
|
||||
## CodingContractTypes type
|
||||
|
||||
<b>Signature:</b>
|
||||
|
||||
```typescript
|
||||
type CodingContractTypes =
|
||||
| "Find Largest Prime Factor"
|
||||
| "Subarray with Maximum Sum"
|
||||
| "Total Ways to Sum"
|
||||
| "Spiralize Matrix"
|
||||
| "Array Jumping Game"
|
||||
| "Merge Overlapping Intervals"
|
||||
| "Generate IP Addresses"
|
||||
| "Algorithmic Stock Trader I"
|
||||
| "Algorithmic Stock Trader II"
|
||||
| "Algorithmic Stock Trader III"
|
||||
| "Algorithmic Stock Trader IV"
|
||||
| "Minimum Path Sum in a Triangle"
|
||||
| "Unique Paths in a Grid I"
|
||||
| "Unique Paths in a Grid II"
|
||||
| "Sanitize Parentheses in Expression"
|
||||
| "Find All Valid Math Expressions";
|
||||
```
|
||||
Reference in New Issue
Block a user