Skip to content

Get leetcode problem input and output parameter types, function name and default test case

License

Notifications You must be signed in to change notification settings

wangtao0101/leetcode-problem-types

Repository files navigation

leetcode-problem-types

Get leetcode problem input and output parameter types, function name and default test case.

install

npm install leetcode-problem-types

example

const leetcodeProblemTypes = require("leetcode-problem-types");
console.log(leetcodeProblemTypes)

data type example

'12': {
  funName: 'intToRoman',
  paramTypes: ['number'],
  returnType: 'string',
  testCase: '3',
},

About

Get leetcode problem input and output parameter types, function name and default test case

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published