Skip to content

overide/GeeksforGeeks-Internship

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 

Repository files navigation

GeeksforGeeks-Internship

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 - featured-article

Articles

  1. Executing main() in C/C++ – behind the scene -> http://www.geeksforgeeks.org/executing-main-in-c-behind-the-scene/
  2. Bloom Filters – Introduction and Python Implementation -> http://www.geeksforgeeks.org/bloom-filters-introduction-and-python-implementation/
  3. Introduction to Linux Shell and Shell Scripting -> http://www.geeksforgeeks.org/introduction-linux-shell-shell-scripting/
  4. Bit Tricks for Competitive Programming -> http://www.geeksforgeeks.org/bit-tricks-competitive-programming/
  5. Bidirectional Search (Featured) -> http://www.geeksforgeeks.org/bidirectional-search/
  6. Coroutine in Python -> http://www.geeksforgeeks.org/coroutine-in-python/
  7. Boyer Moore Algorithm|Bad Character Heuristic (co-author) -> http://www.geeksforgeeks.org/pattern-searching-set-7-boyer-moore-algorithm-bad-character-heuristic/
  8. Metaprogramming with Metaclasses in Python -> http://www.geeksforgeeks.org/metaprogramming-metaclasses-python/
  9. Find mirror of a given node in Binary tree -> http://www.geeksforgeeks.org/find-mirror-given-node-binary-tree/
  10. Boyer Moore Algorithm | Good Suffix heuristic -> http://www.geeksforgeeks.org/boyer-moore-algorithm-good-suffix-heuristic/
  11. How Facebook Display Ads for something you searched (GBlog, most appreciated/shared) -> http://www.geeksforgeeks.org/facebook-display-ads-something-searched/
  12. Genetic Algorithms (GBlog) -> http://www.geeksforgeeks.org/genetic-algorithms/
  13. Skip List | Set 2 (Insertion) -> http://www.geeksforgeeks.org/skip-list-set-2-insertion/
  14. Skip List | Set 3 (Searching and Deletion) -> http://www.geeksforgeeks.org/skip-list-set-3-searching-deletion/
  15. Wrapping C/C++ for Python using SWIG – Set 1 -> http://www.geeksforgeeks.org/wrapping-cc-python-using-swig-set-1/
  16. Exact Cover Problem and Algorithm X | Set 1 -> http://www.geeksforgeeks.org/exact-cover-problem-algorithm-x-set-1/
  17. Exact Cover Problem and Algorithm X | Set 2 (Implementation with DLX) -> http://www.geeksforgeeks.org/exact-cover-problem-algorithm-x-set-2-implementation-dlx/

Code Contributions

  1. Trie Insert and search (Python3 code) -> http://www.geeksforgeeks.org/trie-insert-and-search/
  2. Trie Delete (Python3 code) -> http://www.geeksforgeeks.org/trie-delete/
  3. Boyer Moore Algorithm|Bad Character Heuristic (Python3 code) -> http://www.geeksforgeeks.org/pattern-searching-set-7-boyer-moore-algorithm-bad-character-heuristic/
  4. Searching for Patterns | Set 5 (Finite Automata) (Python3 code) -> http://www.geeksforgeeks.org/searching-for-patterns-set-5-finite-automata/

About

My published articles on www.geeksforgeeks.org during my internship @ GeeksforGeeks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages