Posts by Karine • 99 points
2 posts
-
6
votes1
answer624
viewsQ: Remove all leaves from a binary pascal tree
I’m trying to implement an algorithm that removes all leaves from a binary tree, that is, we don’t have any children. I can remove but I can’t leave the "parents" of these nodes with zero reference.…
-
3
votes2
answers136
viewsQ: Devexpress spin - Culture info
I’m using the devexpress spinedit, with MVC, it’s a decimal field, but I need the number score to be a point and not a comma, I need to put its culture as "en-US", how to do?