Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
DTE-3611 source base
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mikal Eriksen
DTE-3611 source base
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
master
Select Git revision
Branches
1
master
default
protected
1 result
Begin with the selected commit
Created with Raphaël 2.2.0
1
Dec
27
Nov
24
20
11
8
13
Oct
8
7
6
21
Sep
20
19
18
26
Aug
24
23
18
17
Nov
19
Aug
Cleaned up network flow code
master
master
Completed network flow
Created lambda update_residual_path_edges which updates edge's capacity values
Fixed network_flow issue with not finding residual edge
Cleaned up knapsack, and added unfinished augment and bottleneck lambda to network_flow
Removed unnecessary code from Knapsack, and added BFS to network flow
Knapsack fully functional, removed code for sorting item list
Attempt at using a reference list to decide what bool to place in result, failed
Added print statements before and after sorting of input items
More comments
New attempt at picking items from knapsack, not working
Better print statements
Cleaned up knapsack code
Knapsack code for finding which items were chosen, but dosen't work correctly
Knapsack now returns correct item sum
Knapsack now sorts list of items in ascending order
changed knapsack table-filling code, now satsfies second test, but not the first because items are not sorted in ascending order by weight
Code to fill knapsack table with value data, not working
created examples for how values can be accessed, and how the unittest expects to get them
removed comment
Added code from lecture to knapsack
vectors with correct sum is picked out and placed in the results vector, subset sum is complete adn passes unittests
Changed first check in addToSum() from "val >= end" to "val != end"
Corrected error in addToSum()
Function addToSum() completed
Added example code from lecture
edit
An entry in the OuterContainer is created for each vertex, and it contains the vertex integer, accumulative cost, and parent vertex integer
Source and target vertex can now be extracted from edges,
created struct Vertex_info to store index, d_value and parent letter
Can now extract the vertice's indexes
Can now access vertex and edges variabels
completed Breadth First Search algorithm
Completed Knuth-Morris-Pratt KMP String Matching Algorithm
Completed naive string match search
Completed radix sort
Completed binary sort and counting sort
Bump year
Add comments
Add DAG and tests for min-cost-flow
Loading