├── README.md ├── Trie_NP_Hard_Notebook.docx └── Trie_NP_Hard_Notebook.pdf /README.md: -------------------------------------------------------------------------------- 1 | # icpc_notebook 2 | Team notebook of Trie_NP_Hard 3 | 4 | It contains most of the baisc/intermediate standard algorithms. Exact details can be found on the index page(2nd page). 5 | 6 | Most of the code has been taken from geeksforgeeks.org 7 | 8 | Times new roman, size 12 has been used as standard font to respect the rules at kolkata/ amritapuri. 9 | 10 | The page ordering is as follows: 11 | 12 | 1. left half 1 to 23 13 | 2. right half 1 to 23 14 | 15 | If you feel that I have missed something, please let me know. 16 | 17 | Use PDF file for printing to avoid printing suprises. 18 | 19 | Use DOC file to make any modification. 20 | 21 | All the best for ICPC :) 22 | -------------------------------------------------------------------------------- /Trie_NP_Hard_Notebook.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abdullah768/icpc_notebook/250b3c33b491de153ba8fc51106b68bb4182b7c9/Trie_NP_Hard_Notebook.docx -------------------------------------------------------------------------------- /Trie_NP_Hard_Notebook.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abdullah768/icpc_notebook/250b3c33b491de153ba8fc51106b68bb4182b7c9/Trie_NP_Hard_Notebook.pdf --------------------------------------------------------------------------------