Skip to content

Commit

Permalink
Create lgtm.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rishav-karanjit authored Jul 22, 2020
1 parent 4fb52b9 commit fe6666d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions lgtm.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
extraction:
cpp:
index:
build_command:
- gcc warshall\'s\ algorithm.c
- gcc floyd\'s\ algorithm.c
- gcc dijkstra\'s\ algorithm.c
- gcc Kruskal\'s\ algorithm.c
- gcc Horspool\ algorithm.c
- gcc Prims\ algorithm.c
- gcc Subset\ problem.c
- gcc Topological\ Sorting.c
- gcc bfs\ algorithm.c
- gcc binomial\ coefficient.c
- gcc dfg\ algorithm.c
- gcc knapsack\ problem.c
- gcc nqueens\ problem.c

0 comments on commit fe6666d

Please sign in to comment.