Skip to content

Commit

Permalink
Update 326 testcases
Browse files Browse the repository at this point in the history
  • Loading branch information
xcatliu committed Feb 1, 2016
1 parent befd8ed commit f568740
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions problems/326-power-of-three/testcases.js
Original file line number Diff line number Diff line change
@@ -1,26 +1,2 @@
module.exports = [
{
input: ['anagram', 'nagaram'],
output: true,
},
{
input: ['', 'a'],
output: false,
},
{
input: ['cat', 'let'],
output: false,
},
{
input: ['', ''],
output: true,
},
{
input: ['b', ''],
output: false,
},
{
input: ['a', 'a'],
output: true,
},
];

0 comments on commit f568740

Please sign in to comment.