joshcai / leetcode-sync

GitHub Action for syncing LeetCode submissions to GitHub
293 stars 59 forks source link

Added Problem data with solution at the end, changed file type to mar… #40

Closed jaspinderkohli closed 1 year ago

jaspinderkohli commented 1 year ago

Description

This PR adds the feature to retrieve and display question data in the project.

Changes Made

Reason for the Feature

The addition of problem description enhances the project by providing more comprehensive information about each solution.

Screenshots

Here's the updated code that creates a separate 'question.md' file for the question data:

Question File

Additionally, we now have individual solution files with the language as their extension:

Solution File

Feel free to share any other suggestions you might have!

Please review this PR at your convenience. Your feedback and suggestions are highly appreciated.

Also, Thank you for building this awesome action.

joshcai commented 1 year ago

Looks great now, thank you! Apologies for the delayed review.