halfrost / LeetCode-Go

✅ Solutions to LeetCode by Go, 100% test coverage, runtime beats 100% / LeetCode 题解
https://books.halfrost.com/leetcode
MIT License
32.76k stars 5.68k forks source link

Query: How book is generated? #258

Open bohrasankalp opened 1 year ago

bohrasankalp commented 1 year ago

Query: How book is generated? Could you please help me out. Is it autogenerated?

halfrost commented 1 year ago

You can use ctl tool to generate the book. Ctl tool is in the ctl file folder. You need to build this tool first and use pdf command to generate the whole book, which is a markdown version. Finally, you can convert the markdown version to any format you want.