Skip to content

Commit

Permalink
adding GA tracking to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adnanaziz authored and tsunghsienlee committed Jan 31, 2018
1 parent 0576629 commit a2b1de9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -326,3 +326,15 @@ The judge harness is fairly complex (but does not use nonstandard language featu
| Find the longest subarray whose sum <= k | longest\_subarray\_with\_sum\_constraint.cc | LongestSubarrayWithSumConstraint.java | longest\_subarray\_with\_sum\_constraint.py |
| Road network | road\_network.cc | RoadNetwork.java | road\_network.py |
| Test if arbitrage is possible | arbitrage.cc | Arbitrage.java | arbitrage.py |

<html>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-37651502-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'UA-37651502-1');
</script>
</html>

0 comments on commit a2b1de9

Please sign in to comment.