Skip to content

Commit

Permalink
Sort the coding languages by applications. (krahets#721)
Browse files Browse the repository at this point in the history
  • Loading branch information
krahets authored Sep 3, 2023
1 parent 8d5e84f commit 9c3b7b6
Show file tree
Hide file tree
Showing 55 changed files with 5,879 additions and 5,879 deletions.
4 changes: 2 additions & 2 deletions codes/swift/chapter_greedy/fractional_knapsack.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
* Author: nuomi1 ([email protected])
*/

// 物品
struct Item {
/* 物品 */
class Item {
var w: Int // 物品重量
var v: Int // 物品价值

Expand Down
Loading

0 comments on commit 9c3b7b6

Please sign in to comment.