Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ authenticator.Admin;
// => {"[email protected]", {"green", 0.9m}, ["Chanakya", "Mumbai", "India"]}
```

## 2 Store the developers' details hard-coded in the system and make them available in the form of a dictionary
## 2. Store the developers' details hard-coded in the system and make them available in the form of a dictionary

The developers' details are as follows:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ exp.DistanceTravelled

Please implement the `IComparable<T>` interface in the `ProductionRemoteControlCar` class. The default sort order for cars should be ascending order of victories.

Implement the static `TestTrack.GetRankedCars()` to return the cars passed is sorted in ascending order of number of victories.
Implement the static `TestTrack.GetRankedCars()` to return the passed cars sorted in ascending order of number of victories.

```csharp
var prc1 = new ProductionRemoteControlCar();
Expand Down