Expert Contributors Articles

Sorted By: Most Recent
Sara A. Metwalli Sara A. Metwalli
Updated on October 28, 2024

What Is Golang?

Golang, or Go, is a compiled, statically typed programming language designed by Google.

Image: Shutterstock / Built In
Terrence J. Sejnowski Terrence J. Sejnowski
Updated on October 28, 2024

Could AI Achieve Superintelligence?

While some experts are pessimistic about AI innovations, some look forward to its altruistic use. Here’s what our expert has to say.

Image: Shutterstock / Built In
Razy Shah Razy Shah
Updated on October 25, 2024

5 Tips for SMEs to Craft a Winning Grant Affidavit

Not sure where to start with your grant application? Our expert offers some top tips to get the ball rolling.

Image: Shutterstock / Built In
Anand K. Parmar Anand K. Parmar
Updated on October 25, 2024

4 Types of Tree Traversal Algorithms

Everything you need to know about tree traversal algorithms and how to implement them through code.

Image: Shutterstock / Built In
James Evans James Evans
Updated on October 25, 2024

What Is Retrieval Augmented Generation (RAG)?

Use RAG to customize large language model outputs.

Image: Shutterstock / Built In
Giorgos Myrianthous Giorgos Myrianthous
Updated on October 24, 2024

What Does “If __name__ == ‘__main__’” Do in Python?

__name__ is a special variable in Python. “If __name__== ‘__main__’” is a conditional statement that tells the Python interpreter under what conditions the main method should be executed.

Image: Shutterstock / Built In
Kay Jan Wong Kay Jan Wong
Updated on October 24, 2024

Python Tree Implementation: A Guide

Trees are non-linear data structures that store data hierarchically and are made up of nodes connected by edges. Here’s how to implement it in Python using bigtree.

Image: Shutterstock / Built In
Parag Radke Parag Radke
Updated on October 24, 2024

Monte Carlo Tree Search: A Guide

Monte Carlo tree search (MCTS) is a heuristic search algorithm for decision processes. Here’s what you need to know.

Image: Shutterstock / Built In
Alex Zelinsky Alex Zelinsky
Updated on October 24, 2024

Full vs. Complete Binary Tree: What’s the Difference?

A full tree is a tree where every node has either zero or two children. This means that all of the nodes in the tree are either leaf nodes or internal nodes.

Image: Shutterstock / Built In
Anmolika Singh Anmolika Singh
Updated on October 24, 2024

Gale-Shapley Algorithm Explained

The Gale-Shapley algorithm is a deferred acceptance algorithm used in matching theory to solve the Stable Marriage Problem. Here’s how it works and how to apply it in Python.

Image: Shutterstock / Built In