Skip to content

generator for making markdown file with solutions of leetcode questions

Notifications You must be signed in to change notification settings

croosky/Markdown-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Markdown-generator

Generator for making markdown file with solutions of leetcode questions.

Markdown file has contents with hyperlinks and solutions with name and link to the leetcode problem.

In the input file:

  • first line: the whole name of the problem (with number)
  • second line: link
  • from the third line: everything inside the editor (class Solution)

Example

For the example of input file check in.txt, for the result file check intervals.md

How to run

py generator.py your_input_name.txt your_output_name.md

About

generator for making markdown file with solutions of leetcode questions

Resources

Stars

Watchers

Forks

Languages