mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 14:59:16 +02:00
MISC: Change how enums are exposed in NetscriptDefinitions.d.ts (#1998)
This commit is contained in:
@@ -2,44 +2,13 @@
|
||||
|
||||
[Home](./index.md) > [bitburner](./bitburner.md) > [CodingContractName](./bitburner.codingcontractname.md)
|
||||
|
||||
## CodingContractName enum
|
||||
## CodingContractName type
|
||||
|
||||
|
||||
**Signature:**
|
||||
|
||||
```typescript
|
||||
declare enum CodingContractName
|
||||
type CodingContractName = _ValueOf<CodingContractNameEnumType>;
|
||||
```
|
||||
|
||||
## Enumeration Members
|
||||
|
||||
| Member | Value | Description |
|
||||
| --- | --- | --- |
|
||||
| AlgorithmicStockTraderI | <code>"Algorithmic Stock Trader I"</code> | |
|
||||
| AlgorithmicStockTraderII | <code>"Algorithmic Stock Trader II"</code> | |
|
||||
| AlgorithmicStockTraderIII | <code>"Algorithmic Stock Trader III"</code> | |
|
||||
| AlgorithmicStockTraderIV | <code>"Algorithmic Stock Trader IV"</code> | |
|
||||
| ArrayJumpingGame | <code>"Array Jumping Game"</code> | |
|
||||
| ArrayJumpingGameII | <code>"Array Jumping Game II"</code> | |
|
||||
| CompressionIIILZCompression | <code>"Compression III: LZ Compression"</code> | |
|
||||
| CompressionIILZDecompression | <code>"Compression II: LZ Decompression"</code> | |
|
||||
| CompressionIRLECompression | <code>"Compression I: RLE Compression"</code> | |
|
||||
| EncryptionICaesarCipher | <code>"Encryption I: Caesar Cipher"</code> | |
|
||||
| EncryptionIIVigenereCipher | <code>"Encryption II: Vigenère Cipher"</code> | |
|
||||
| FindAllValidMathExpressions | <code>"Find All Valid Math Expressions"</code> | |
|
||||
| FindLargestPrimeFactor | <code>"Find Largest Prime Factor"</code> | |
|
||||
| GenerateIPAddresses | <code>"Generate IP Addresses"</code> | |
|
||||
| HammingCodesEncodedBinaryToInteger | <code>"HammingCodes: Encoded Binary to Integer"</code> | |
|
||||
| HammingCodesIntegerToEncodedBinary | <code>"HammingCodes: Integer to Encoded Binary"</code> | |
|
||||
| MergeOverlappingIntervals | <code>"Merge Overlapping Intervals"</code> | |
|
||||
| MinimumPathSumInATriangle | <code>"Minimum Path Sum in a Triangle"</code> | |
|
||||
| Proper2ColoringOfAGraph | <code>"Proper 2-Coloring of a Graph"</code> | |
|
||||
| SanitizeParenthesesInExpression | <code>"Sanitize Parentheses in Expression"</code> | |
|
||||
| ShortestPathInAGrid | <code>"Shortest Path in a Grid"</code> | |
|
||||
| SpiralizeMatrix | <code>"Spiralize Matrix"</code> | |
|
||||
| SquareRoot | <code>"Square Root"</code> | |
|
||||
| SubarrayWithMaximumSum | <code>"Subarray with Maximum Sum"</code> | |
|
||||
| TotalWaysToSum | <code>"Total Ways to Sum"</code> | |
|
||||
| TotalWaysToSumII | <code>"Total Ways to Sum II"</code> | |
|
||||
| UniquePathsInAGridI | <code>"Unique Paths in a Grid I"</code> | |
|
||||
| UniquePathsInAGridII | <code>"Unique Paths in a Grid II"</code> | |
|
||||
**References:** [\_ValueOf](./bitburner._valueof.md)<!-- -->, [CodingContractNameEnumType](./bitburner.codingcontractnameenumtype.md)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user