What is Sentinel?

Asked 2 years ago, Updated 2 years ago, 32 views

I was reading the code and saw the expression Sentinel I'm curious because it doesn't come out well even if I google it What grammar or expression do you use?

c++

2022-09-22 18:07

1 Answers

I've heard it in Transformer movies, but it's my first time hearing it in programming.

If you search for it, it comes out as sentinel value.

https://en.m.wikipedia.org/wiki/Sentinel_value

It is a value that has a special meaning within the context of a specific algorithm. It is usually called a value that exists as a condition of ending a repeat statement or a recursion.

That's a cool term.


2022-09-22 18:07

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.