Skip to content

Commit

Permalink
removing 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 a2b1de9 commit 477ea82
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -326,15 +326,3 @@ 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 477ea82

Please sign in to comment.