Hello, this repository contain links to my published articles and code contributions on www.geeksforgeeks.org during my internship @ GeeksforGeeks during 01/06/2017 - 31/07/2017, enjoy :)
I won Special Appreciation in "Technical Scripter(2017)", here is the link to verify it -> http://www.geeksforgeeks.org/certificates/#TechnicalScripterCertificates
My internship completion certificate - https://media.geeksforgeeks.org/wp-content/cdn-uploads/Atul-Kumar.jpg
Link to verify certificate - https://www.geeksforgeeks.org/certificates/tcwic/
My article on "Bidirectional Search" was also got featured on the GeeksforGeeks homepage -
- Executing main() in C/C++ – behind the scene -> http://www.geeksforgeeks.org/executing-main-in-c-behind-the-scene/
- Bloom Filters – Introduction and Python Implementation -> http://www.geeksforgeeks.org/bloom-filters-introduction-and-python-implementation/
- Introduction to Linux Shell and Shell Scripting -> http://www.geeksforgeeks.org/introduction-linux-shell-shell-scripting/
- Bit Tricks for Competitive Programming -> http://www.geeksforgeeks.org/bit-tricks-competitive-programming/
- Bidirectional Search (Featured) -> http://www.geeksforgeeks.org/bidirectional-search/
- Coroutine in Python -> http://www.geeksforgeeks.org/coroutine-in-python/
- Boyer Moore Algorithm|Bad Character Heuristic (co-author) -> http://www.geeksforgeeks.org/pattern-searching-set-7-boyer-moore-algorithm-bad-character-heuristic/
- Metaprogramming with Metaclasses in Python -> http://www.geeksforgeeks.org/metaprogramming-metaclasses-python/
- Find mirror of a given node in Binary tree -> http://www.geeksforgeeks.org/find-mirror-given-node-binary-tree/
- Boyer Moore Algorithm | Good Suffix heuristic -> http://www.geeksforgeeks.org/boyer-moore-algorithm-good-suffix-heuristic/
- How Facebook Display Ads for something you searched (GBlog, most appreciated/shared) -> http://www.geeksforgeeks.org/facebook-display-ads-something-searched/
- Genetic Algorithms (GBlog) -> http://www.geeksforgeeks.org/genetic-algorithms/
- Skip List | Set 2 (Insertion) -> http://www.geeksforgeeks.org/skip-list-set-2-insertion/
- Skip List | Set 3 (Searching and Deletion) -> http://www.geeksforgeeks.org/skip-list-set-3-searching-deletion/
- Wrapping C/C++ for Python using SWIG – Set 1 -> http://www.geeksforgeeks.org/wrapping-cc-python-using-swig-set-1/
- Exact Cover Problem and Algorithm X | Set 1 -> http://www.geeksforgeeks.org/exact-cover-problem-algorithm-x-set-1/
- Exact Cover Problem and Algorithm X | Set 2 (Implementation with DLX) -> http://www.geeksforgeeks.org/exact-cover-problem-algorithm-x-set-2-implementation-dlx/
- Trie Insert and search (Python3 code) -> http://www.geeksforgeeks.org/trie-insert-and-search/
- Trie Delete (Python3 code) -> http://www.geeksforgeeks.org/trie-delete/
- Boyer Moore Algorithm|Bad Character Heuristic (Python3 code) -> http://www.geeksforgeeks.org/pattern-searching-set-7-boyer-moore-algorithm-bad-character-heuristic/
- Searching for Patterns | Set 5 (Finite Automata) (Python3 code) -> http://www.geeksforgeeks.org/searching-for-patterns-set-5-finite-automata/